Adding some extensions and appearance improvements.

This commit is contained in:
Yusur 2021-10-06 22:48:14 +02:00
parent ec720743b3
commit 479d8eecc0
13 changed files with 506 additions and 12 deletions

View file

@ -7,7 +7,10 @@
{% block content %}
<h1>{{ p.title }}</h1>
<div class="jump-to-actions"><a href="#page-actions">{{ T('jump-to-actions') }}</a></div>
<div class="jump-to-actions">
<span>{{ T('last-changed') }} {{ rev.human_pub_date() }}</span> ·
<a href="#page-actions">{{ T('jump-to-actions') }}</a>
</div>
{% block history_nav %}{% endblock %}