layout.tpl_original - 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_original (1066B) | |
--- | |
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/atom+xml" title="%%Title… | |
11 <link rel="icon" type="image/x-icon" href="static/img/clyagFav.ico" … | |
12 </head> | |
13 | |
14 <body> | |
15 <div id="wrapper"> | |
16 <header> | |
17 <nav> | |
18 <!--<a href="#"></a>--> | |
19 <ul> | |
20 <li><a href="index.html">Home</a></li> | |
21 <li><a href="index-titles.html">All Posts</a></li> | |
22 <li><a href="rss.xml">RSS</a></li> | |
23 </ul> | |
24 </nav> | |
25 <div>All Tags: %%Tags%%</div> | |
26 </header> | |
27 | |
28 <main>%%Body%%</main> | |
29 | |
30 <footer><p>This blog is powered by cl-yag!<p></footer> | |
31 | |
32 </div><!-- #wrapper --> | |
33 </body> | |
34 </html> |