Tommy Skaug
c0be71f113
All checks were successful
Export / Explore-GitHub-Actions (push) Successful in 33s
22 lines
683 B
Smarty
22 lines
683 B
Smarty
<!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" />
|
|
<title>%%Title%%</title>
|
|
<link rel="stylesheet" type="text/css" href="static/style.css" media="screen" />
|
|
<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">
|
|
|
|
<main>%%Body%%</main>
|
|
|
|
<footer><p>This blog is powered by cl-yag!</p></footer>
|
|
|
|
</div><!-- #wrapper -->
|
|
</body>
|
|
</html>
|