12345678910111213141516171819202122232425262728 |
- <!DOCTYPE html>
- <!-- This file is automatically generated from htdocs/, do not edit by hand! -->
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>SuperTux | {{ page.title }}</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- {% seo title=false %}
- <link href="{{ site.baseurl }}/css/default.css" rel="stylesheet">
- <link href="{{ site.baseurl }}/images/favicon.png" rel="icon" type="image/png">
- <link href="{{ site.baseurl }}/feed.xml" rel="alternate" type="application/atom+xml" title="SuperTux News">
- </head>
- <body>
- <div id="page">
- {% include header.html %}
- <div id="pagebox">
- {{ content }}
- </div>
- {% include footer.html %}
- </div>
- </body>
- </html>
|