author added

This commit is contained in:
elena 2018-03-06 16:30:23 +03:00
parent 04598a805d
commit bdbcbd6e52
1 changed files with 3 additions and 1 deletions

View File

@ -20,7 +20,9 @@
<div class="content">
<div class="page-data">
<h1>{{ pageTitle }}</h1>
<h2>Touch Instinct</h2>
{% if author is not empty %}
<h2>{{ author }}</h2>
{% endif %}
<p>Версия {{ version }}</p>
<p>{{ "now"|date("d.M.Y") }}</p>
</div>