krata/assets/404.html

34 lines
716 B
HTML
Raw Normal View History

2019-09-30 14:38:41 +02:00
---
layout: page
title: "404: Page not found"
permalink: /404.html
2021-01-24 23:20:51 +01:00
redirect_from:
2020-01-02 00:26:23 +01:00
- /norobots/
- /assets/
- /posts/
2019-09-30 14:38:41 +02:00
dynamic_title: true
---
{% include lang.html %}
2019-09-30 14:38:41 +02:00
<div class="lead">
2021-07-20 19:01:09 +02:00
{%- capture _head_back -%}
<a href="{{ '/' | relative_url }}">{{ site.data.locales[lang].not_found.head_back }}</a>
2021-07-20 19:01:09 +02:00
{%- endcapture -%}
{%- capture _archives_page -%}
<a href="{{ 'archives' | relative_url }}">{{ site.data.locales[lang].not_found.archives_page }}</a>
2021-07-20 19:01:09 +02:00
{%- endcapture -%}
<p>{{site.data.locales[lang].not_found.statment }}</p>
2021-07-20 19:01:09 +02:00
<p>{{ site.data.locales[lang].not_found.hint_template
2021-07-20 19:01:09 +02:00
| replace: ':HEAD_BAK', _head_back
| replace: ':ARCHIVES_PAGE', _archives_page }}
</p>
2021-07-20 19:01:09 +02:00
2021-01-24 23:20:51 +01:00
</div>