mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 03:59:31 +01:00
_layouts/mini.html: suggest returning to index
This commit is contained in:
parent
6751e2ad6a
commit
d56b4d125b
8
_layouts/mini.html
vendored
8
_layouts/mini.html
vendored
@ -3,9 +3,11 @@
|
||||
{% include head.html %}
|
||||
<body>
|
||||
<div class="page-content">
|
||||
<div class="wrapper">{{ content }}</div>
|
||||
|
||||
{% include ad.html %}
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user