default.html 761 B

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <!-- This file is automatically generated from htdocs/, do not edit by hand! -->
  3. <html lang="en">
  4. <head>
  5. <meta charset="utf-8">
  6. <title>SuperTux | {{ page.title }}</title>
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8. {% seo title=false %}
  9. <link href="{{ site.baseurl }}/css/default.css" rel="stylesheet">
  10. <link href="{{ site.baseurl }}/images/favicon.png" rel="icon" type="image/png">
  11. <link href="{{ site.baseurl }}/feed.xml" rel="alternate" type="application/atom+xml" title="SuperTux News">
  12. </head>
  13. <body>
  14. <div id="page">
  15. {% include header.html %}
  16. <div id="pagebox">
  17. {{ content }}
  18. </div>
  19. {% include footer.html %}
  20. </div>
  21. </body>
  22. </html>