forgefed.html 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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. </head>
  15. <body class="body">
  16. <header class="header">
  17. <h1 class="header-title">
  18. <a class="header-title__link" href="$offset$index.html">
  19. <img src="$offset$logo-with-name.svg" alt="ForgeFed" title="ForgeFed" />
  20. </a>
  21. </h1>
  22. <nav class="nav">
  23. <a class="nav__link"
  24. href="$offset$behavior.html">🗲 behavior</a>
  25. <a class="nav__link"
  26. href="$offset$modeling.html">🛠 modeling</a>
  27. <a class="nav__link"
  28. href="$offset$vocabulary.html">📓 vocabulary</a>
  29. <a class="nav__link"
  30. href="https://notabug.org/peers/forgefed/issues">🐞 issues</a>
  31. <a class="nav__link"
  32. href="https://talk.feneas.org/c/forgefed">🗪 forum</a>
  33. <a class="nav__link"
  34. href="$offset$$other-theme$index.html">💡 Toggle Theme</a>
  35. </nav>
  36. </header>
  37. <main class="main">
  38. $if(toc)$
  39. <h1 class="main-title">
  40. $title$ - draft - $date$ $gitbranch$
  41. <a href="https://notabug.org/peers/forgefed/commit/$gitcommitid$">
  42. $gitcommitidshort$
  43. </a>
  44. $if(gitdirty)$
  45. [dirty]
  46. $endif$
  47. </h1>
  48. $else$
  49. <h1 class="main-title">$title$</h1>
  50. $endif$
  51. $if(toc)$
  52. <nav class="toc">
  53. <header class="toc-title">Table of Contents</header>
  54. $toc$
  55. </nav>
  56. $endif$
  57. $body$
  58. </main>
  59. <footer class="footer">
  60. <p xmlns:dct="http://purl.org/dc/terms/">
  61. <a rel="license"
  62. href="http://creativecommons.org/publicdomain/zero/1.0/">
  63. <img src="https://licensebuttons.net/p/zero/1.0/88x31.png"
  64. style="border-style: none;"
  65. alt="CC0" />
  66. </a>
  67. <br />
  68. <a rel="dct:publisher" href="https://peers.community">
  69. <span property="dct:title">The ForgeFed team</span>
  70. </a>
  71. has dedicated all copyright and related and neighboring
  72. rights to
  73. <span property="dct:title">ForgeFed</span> to the public domain
  74. worldwide.
  75. </p>
  76. <p>❤ Copying is an act of love. Please copy, reuse and share!</p>
  77. <p>
  78. Site generated by
  79. <a class="footer__link" href="https://pandoc.org">pandoc</a>.
  80. </p>
  81. <p>
  82. <a href="https://liberapay.com/ForgeFed/donate">
  83. <img alt="Donate using Liberapay"
  84. src="https://liberapay.com/assets/widgets/donate.svg" />
  85. </a>
  86. </p>
  87. </footer>
  88. </body>
  89. </html>