peers.html 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. <link rel="stylesheet" type="text/css" href="$offset$theme.css" />
  10. <link rel="shortcut icon" type="image/x-icon" href="$offset$favicon.ico" />
  11. </head>
  12. <body class="body">
  13. <header class="header">
  14. <h1 class="header-title">
  15. <a class="header-title__link" href="$offset$index.html">
  16. <img src="$offset$banner.png" alt="Banner Image" title="The Peers Community"/>
  17. </a>
  18. </h1>
  19. <nav class="nav">
  20. <a class="nav__link"
  21. href="$offset$why/index.html">📚 Why?</a>
  22. <a class="nav__link"
  23. href="$offset$sitemap/index.html">🗺 Sitemap</a>
  24. <a class="nav__link"
  25. href="$offset$$other-theme$index.html">💡 Toggle Theme</a>
  26. </nav>
  27. </header>
  28. <main class="main">
  29. $if(toc)$
  30. <h1 class="main-title">
  31. $title$
  32. </h1>
  33. <nav class="toc">
  34. <header class="toc-title">Table of Contents</header>
  35. $toc$
  36. </nav>
  37. $endif$
  38. $if(build)$
  39. <h2>$date$ $gitbranch$
  40. <a href="https://notabug.org/peers/peers-www/commit/$gitcommitid$">
  41. $gitcommitidshort$
  42. </a>
  43. $if(gitdirty)$
  44. [dirty]
  45. $endif$
  46. </h2>
  47. $endif$
  48. $body$
  49. </main>
  50. <footer class="footer">
  51. <p>
  52. <small>&copy; 2022 Peers</small>
  53. <small>&bull; Website Code distributed under the <abbr title="GNU Affero General Public License, version 3 or greater">AGPLv3+</abbr></small>
  54. <small>&bull; Website Media licensed under <abbr title="Creative Commons Attribution-ShareAlike 4.0 International Public License">CC BY-SA 4.0</abbr></small>
  55. </p>
  56. </footer>
  57. </body>
  58. </html>