tA's crappy blog
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
900B

  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="x-ua-compatible" content="ie=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. <title>rf - $title$</title>
  8. <link rel="stylesheet" href="/css/default.css" />
  9. </head>
  10. <body>
  11. <header>
  12. <div class="logo">
  13. <a href="/">Regular Flolloping</a>
  14. </div>
  15. <nav>
  16. <a href="/">Home</a>
  17. <a href="/about/">About</a>
  18. <a href="/contact/">Contact</a>
  19. <a href="/archive/">Archive</a>
  20. </nav>
  21. </header>
  22. <main role="main">
  23. <h1>$title$</h1>
  24. $body$
  25. </main>
  26. <footer>
  27. powered by <a href="http://jaspervdj.be/hakyll">Hakyll</a>
  28. </footer>
  29. </body>
  30. </html>