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