layout.tpl - cl-yag - Common Lisp Yet Another website Generator
HTML git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/cl-yag/
DIR Log
DIR Files
DIR Refs
DIR Tags
DIR README
DIR LICENSE
---
layout.tpl (1379B)
---
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4 <meta charset="utf-8" />
5 <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
6 <meta name="generator" content="cl-yag" />
7 <title>%%Title%%</title>
8 <link rel="stylesheet" type="text/css" href="static/css/style.css" media="screen" />
9 <link rel="alternate" type="application/rss+xml" title="%%Title%% RSS Feed" href="rss.xml" />
10 <link rel="alternate" type="application/rss+xml" title="%%Title%% RSS Feed Gopher" href="rss-gopher.xml" />
11 <!-- <link rel="alternate" type="application/atom+xml" title="%%Title%% Atom Feed" href="atom.xml" /> -->
12 <link rel="icon" type="image/x-icon" href="static/img/clyagFav.ico" />
13 </head>
14
15 <body>
16 <div id="wrapper">
17 <header>
18 <nav class="pure-menu pure-menu-horizontal">
19 <!--<a href="#"></a>-->
20 <ul class="pure-menu-list">
21 <li class="pure-menu-item"><a href="index.html" class="pure-menu-link">Home</a></li>
22 <li class="pure-menu-item"><a href="index-titles.html" class="pure-menu-link">All Posts</a></li>
23 <li class="pure-menu-item"><a href="rss.xml" class="pure-menu-link">RSS</a></li>
24 </ul>
25 </nav>
26 <div>All Tags: %%Tags%%</div>
27 </header>
28
29 <main>%%Body%%</main>
30
31 <footer><p>This blog is powered by cl-yag!</p></footer>
32
33 </div><!-- #wrapper -->
34 </body>
35 </html>