layout.hbs 1.2 KB

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>{{page.title}}</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <link rel="stylesheet" href="//yegor256.github.io/tacit/tacit.min.css"/>
  8. <!-- favicon -->
  9. <link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png?v=3">
  10. <link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png?v=3">
  11. <link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png?v=3">
  12. <link rel="manifest" href="/favicon/site.webmanifest?v=3">
  13. <link rel="mask-icon" href="/favicon/safari-pinned-tab.svg?v=3" color="#ffb300">
  14. <link rel="shortcut icon" href="/favicon/favicon.ico?v=3">
  15. <meta name="msapplication-TileColor" content="#00aba9">
  16. <meta name="msapplication-config" content="/favicon/browserconfig.xml?v=3">
  17. <meta name="theme-color" content="#ffffff">
  18. <!-- https://realfavicongenerator.net/favicon_result?file_id=p1i11gpomc1kc09h71jmnr19kp6 -->
  19. </head>
  20. <body>
  21. <header>&nbsp;</header>
  22. <section>
  23. <article>
  24. {{{body}}}
  25. </article>
  26. </section>
  27. <footer>&nbsp;</footer>
  28. </body>
  29. </html>