Merge pull request #59 from TouchInstinct/feature/build-version

add build version
This commit is contained in:
Elena Bobkova 2019-01-29 16:30:05 +03:00 committed by GitHub
commit fd313e1003
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 1 deletions

View File

@ -23,7 +23,12 @@
{% if author is not empty %}
<h2>{{ author }}</h2>
{% endif %}
<p>Версия {{ version }}</p>
<p>Версия: {{ version }}</p>
{% if buildVersion|length %}
<p>Build: {{ buildVersion }}</p>
{% endif %}
<p>{{ "now"|date("dd.MM.YYYY") }}</p>
</div>
<h2 class="main-title">