Add firstHeading styles
This commit is contained in:
parent
01476fff5d
commit
5d18cee75e
3 changed files with 4 additions and 4 deletions
|
|
@ -5,7 +5,7 @@
|
|||
{% block json_info %}<script>window.page_info={{ p.js_info()|tojson|safe }};</script>{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>{{ p.title }}</h1>
|
||||
<h1 id="firstHeading">{{ p.title }}</h1>
|
||||
|
||||
<div class="jump-to-actions">
|
||||
<span>{{ T('last-changed') }} {{ rev.human_pub_date() }}</span> ·
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue