Изменен адрес страницы "Об авторе"
This commit is contained in:
17
source/about.html.twig
Normal file
17
source/about.html.twig
Normal 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 %}
|
Reference in New Issue
Block a user