1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <!DOCTYPE html>
- <html class="default $theme$">
- <head>
- <meta charset="utf-8" />
- <title>$title$</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0" />
- <meta name="author" content="$authors$" />
- <meta name="description" content="$description$" />
- <meta name="generator" data-date="$date_stamp$" content="fenrisg+pandoc" />
- $if(date)$
- <meta data-date="$date$" />
- $endif$
- <link rel="stylesheet" type="text/css" href="$offset$theme.css" />
- <link rel="shortcut icon" type="image/x-icon" href="$offset$favicon.ico" />
- </head>
- <body class="body">
- <header class="header">
- $if(logo)$
- <h1 class="header-title">
- <img class="logo" src="$offset$$logo$" alt="$title$" title="Logo"/>
- </h1>
- $else$
- <h1 class="header-title">Fenris Punk | $title$</h1>
- $endif$
- <nav class="nav">
- <a class="nav__link" href="$offset$index.html">Home</a>
- <a class="nav__link" href="$offset$about/index.html">About</a>
- <a class="nav__link" href="$offset$sitemap/index.html">Sitemap</a>
- </nav>
- </header>
- <main class="main">
- $if(build)$
- <h2>$date$ $gitbranch$
- <a href="https://notabug.org/vaeringjar/fenrispunk/commit/$gitcommitid$">
- $gitcommitidshort$
- </a>
- $if(gitdirty)$
- [dirty]
- $endif$
- </h2>
- $endif$
- $body$
- </main>
- <footer class="footer">
- <p>
- <small>© 2021 vaeringjar</small>
- <small>• Work distributed under <abbr title="Creative Commons Attribution-ShareAlike 4.0 International Public License">CC BY-SA 4.0</abbr></small>
- </p>
- </footer>
- </body>
- </html>
|