Изменена страница 404

This commit is contained in:
Anton Vakhrushev 2019-08-23 17:36:51 +03:00
parent cee1287ddf
commit 0c13858649
2 changed files with 13 additions and 18 deletions

View File

@ -1,18 +0,0 @@
---
layout: default
description: Личный сайт Антона Вахрушева
---
{% block css %}
{{ parent() }}
<link rel="stylesheet" href="{{ hashed_asset('/static/index.css') }}">
{% endblock %}
{% block content %}
<h1>404</h1>
<p>Ой, страница не найдена.</p>
<p>Придется продолжить с <a href="/">главной</a>.</p>
{% endblock %}

13
source/404.md Normal file
View File

@ -0,0 +1,13 @@
---
layout: default
title: Страница не найдена
description: Станица не найдена
styles:
- /static/index.css
---
# 404
Ой, страница не найдена.
Давайте посмотрим, что интересное есть на [главной](/).