fenrispunk.html 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <!DOCTYPE html>
  2. <html class="default $theme$">
  3. <head>
  4. <meta charset="utf-8" />
  5. <title>$title$</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  7. <meta name="author" content="$authors$" />
  8. <meta name="description" content="$description$" />
  9. <meta name="generator" data-date="$date_stamp$" content="fenrisg+pandoc" />
  10. $if(date)$
  11. <meta data-date="$date$" />
  12. $endif$
  13. <link rel="stylesheet" type="text/css" href="$offset$theme.css" />
  14. <link rel="shortcut icon" type="image/x-icon" href="$offset$favicon.ico" />
  15. </head>
  16. <body class="body">
  17. <header class="header">
  18. $if(logo)$
  19. <h1 class="header-title">
  20. <img class="logo" src="$offset$$logo$" alt="$title$" title="Logo"/>
  21. </h1>
  22. $else$
  23. <h1 class="header-title">Fenris Punk | $title$</h1>
  24. $endif$
  25. <nav class="nav">
  26. <a class="nav__link" href="$offset$index.html">Home</a>
  27. <a class="nav__link" href="$offset$about/index.html">About</a>
  28. <a class="nav__link" href="$offset$sitemap/index.html">Sitemap</a>
  29. </nav>
  30. </header>
  31. <main class="main">
  32. $if(build)$
  33. <h2>$date$ $gitbranch$
  34. <a href="https://notabug.org/vaeringjar/fenrispunk/commit/$gitcommitid$">
  35. $gitcommitidshort$
  36. </a>
  37. $if(gitdirty)$
  38. [dirty]
  39. $endif$
  40. </h2>
  41. $endif$
  42. $body$
  43. </main>
  44. <footer class="footer">
  45. <p>
  46. <small>&copy; 2021 vaeringjar</small>
  47. <small>&bull; Work distributed under <abbr title="Creative Commons Attribution-ShareAlike 4.0 International Public License">CC BY-SA 4.0</abbr></small>
  48. </p>
  49. </footer>
  50. </body>
  51. </html>