mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 12:09:28 +01:00
14 lines
590 B
HTML
Vendored
14 lines
590 B
HTML
Vendored
<!doctype html>
|
|
<html lang="{{ page.lang | default: site.lang | default: "" }}">
|
|
{% include head.html %}
|
|
<body>
|
|
<div class="page-content">
|
|
<div class="wrapper">
|
|
<p class="centered"><small><a lang="en" rel="prefetch" href="/">Return to index?</a> <a lang="fi" rel="prefetch" href="/">Palaa etusivulle?</a></small></p>
|
|
{{ content }}</div>
|
|
<p class="centered"><small><a lang="en" rel="prefetch" href="/">Return to index?</a> <a lang="fi" rel="prefetch" href="/">Palaa etusivulle?</a></small></p>
|
|
{% include ad.html %}
|
|
</div>
|
|
</body>
|
|
</html>
|