Front website https://natronics.org
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.

22 lines
712 B

10 years ago
8 years ago
8 years ago
10 years ago
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <meta name="description" content="natronics.org">
  7. {% capture caching %}{% if jekyll.environment == "production" %}.{{ site.time | date: '%s' }}{% else %}{% endif %}{% endcapture %}
  8. <link rel="shortcut icon" href="/favicon{{ caching }}.ico">
  9. <link rel="stylesheet" href="/assets/style{{ caching }}.css">
  10. <title>{{ page.title }}</title>
  11. </head>
  12. <body>
  13. <header>
  14. <span class="title">natronics.org</span>
  15. </header>
  16. {{ content }}
  17. <footer>
  18. made in the vapid, generic boretown of Boulder, CO.
  19. </footer>
  20. </body>
  21. </html>