misconstruedⓂ️monologues https://blog.bemoe.online
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
902B

  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>misconstrued monologues- $title$</title>
  8. <link rel="stylesheet" href="/css/default.css" />
  9. </head>
  10. <body>
  11. <header>
  12. <div class="logo">
  13. <a href="/">misconstrued monologues</a>
  14. </div>
  15. <nav>
  16. <a href="/about.html">about</a>
  17. <a href="/contact.html">contact</a>
  18. <a href="/archive.html">archive</a>
  19. </nav>
  20. </header>
  21. <main role="main">
  22. <h1>$title$</h1>
  23. $body$
  24. </main>
  25. <footer>
  26. <a href="http://jaspervdj.be/hakyll">hakyll</a>
  27. </footer>
  28. </body>
  29. </html>