Introduction
Introduction Statistics Contact Development Disclaimer Help
layout.tpl - cl-yag - Common Lisp Yet Another website Generator
git clone git://bitreich.org/cl-yag/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws…
Log
Files
Refs
Tags
README
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, …
6 <meta name="generator" content="cl-yag" />
7 <title>%%Title%%</title>
8 <link rel="stylesheet" type="text/css" href="static/css/style.css" m…
9 <link rel="alternate" type="application/rss+xml" title="%%Title%% RS…
10 <link rel="alternate" type="application/rss+xml" title="%%Title%% RS…
11 <!-- <link rel="alternate" type="application/atom+xml" title="%%Title…
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="pur…
22 <li class="pure-menu-item"><a href="index-titles.html" cla…
23 <li class="pure-menu-item"><a href="rss.xml" class="pure-m…
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>
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.