thoughts/templates/layout.tpl

23 lines
683 B
Smarty
Raw Permalink Normal View History

2024-08-05 16:23:18 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="generator" content="252" />
2024-08-05 16:23:18 +00:00
<title>%%Title%%</title>
<link rel="stylesheet" type="text/css" href="static/style.css" media="screen" />
2024-08-05 16:23:18 +00:00
<link rel="alternate" type="application/rss+xml" title="%%Title%% RSS Feed" href="rss.xml" />
<link rel="icon" type="image/x-icon" href="static/img/clyagFav.ico" />
</head>
<body>
<div id="wrapper">
2024-08-06 14:03:46 +00:00
2024-08-05 16:23:18 +00:00
<main>%%Body%%</main>
<footer><p>This blog is powered by cl-yag!</p></footer>
</div><!-- #wrapper -->
</body>
</html>