base.html (1512B) - raw
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"/>{{ _if description }} 6 <meta name="description" content="{{ description }}">{{ _fi }} 7 <meta name="author" content="Oscar Benedito"/> 8 <link rel="icon" href="/{{ _asset_img/favicon.min.svg }}"/> 9 <link rel="shortcut icon" href="/favicon.ico"/> 10 <title>{{ _if title }}{{ title }} | {{ _fi }}Oscar Benedito</title> 11 <link rel="alternate" type="application/atom+xml" title="Oscar's Blog" href="/blog/index.xml"/> 12 <link rel="stylesheet" type="text/css" href="/{{ _asset_css/style.min.css }}"/>{{ _if extraheader }} 13 {{ extraheader }}{{ _fi }} 14 </head> 15 <body> 16 <header id="page-header"> 17 <div class="content"> 18 <a href="/" class="logo" title="Home">Oscar Benedito</a> 19 <nav><a href="/blog/">Blog</a> · <a href="/contact/">Contact</a> · <a href="https://git.oscarbenedito.com">Git</a></nav> 20 </div> 21 </header> 22 {{ content }} 23 <footer id="page-footer"> 24 <div class="content"> 25 <nav><a href="https://git.oscarbenedito.com/oscarbenedito.com/">Source code</a> · <a href="/jsweblabels/" rel="jslicense">JavaScript Web Labels</a> · <a href="/about/">About this site</a></nav> 26 </div> 27 </footer>{{ _if extrafooter }} 28 {{ extrafooter }}{{ _fi }} 29 </body>{{ _if _asset_live.js }} 30 <script type="text/javascript" src="/{{ _asset_live.js }}"></script>{{ _fi }} 31 </html>