Изменен адрес страницы "Об авторе"

This commit is contained in:
2019-04-14 18:03:28 +03:00
parent 059f7f12e3
commit 9951c3e88c
4 changed files with 3 additions and 3 deletions

17
source/about.html.twig Normal file
View File

@ -0,0 +1,17 @@
---
layout: internal
title: Обо мне
description: Несколько фактов об авторе
---
{% block js %}
<script async src="{{ hashed_asset('/static/about.js') }}"></script>
{% endblock %}
{% block css %}
<link rel="stylesheet" href="{{ hashed_asset('/static/about.css') }}">
{% endblock %}
{% block content %}
<div id="app"></div>
{% endblock %}