Version advance, remove upload table, add backlinks, add (optional) math with markdown_katex (experimental)
This commit is contained in:
parent
74c9bcf213
commit
78d938e266
4 changed files with 102 additions and 66 deletions
|
|
@ -7,7 +7,8 @@
|
|||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Page history for "{{ p.title }}"</h1>
|
||||
<h1 id="firstHeading">{{ p.title }}</h1>
|
||||
<div class="preview-subtitle">Page history</div>
|
||||
|
||||
<ul>
|
||||
{% for rev in history %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue