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.

23 lines
680 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. {% include "html_head.liquid" %}
  5. <meta property="og:title" content="natronics.org">
  6. <meta property="og:type" content="article">
  7. <meta property="og:url" content="{{site.base_url}}/{{page.permalink}}">
  8. <meta property="og:locale" content="en_US">
  9. <meta property="og:description" content="{{site.description}}">
  10. <link rel="alternate" type="application/rss+xml" title="natronics.org" href="/rss.xml" />
  11. </head>
  12. <body>
  13. {% include "header.liquid" %}
  14. <article id="main">
  15. <section>
  16. {{ page.content }}
  17. </section>
  18. </article >
  19. {% include "footer.liquid" %}
  20. </body>
  21. </html>