Version advance, remove upload table, add backlinks, add (optional) math with markdown_katex (experimental)

This commit is contained in:
Yusur 2022-05-21 01:56:46 +02:00
parent 74c9bcf213
commit 78d938e266
4 changed files with 102 additions and 66 deletions

View file

@ -36,6 +36,7 @@
{% block actions %}
<a href="/edit/{{ p.id }}/">{{ T('action-edit') }}</a> -
<a href="/history/{{ p.id }}/">{{ T('action-history') }}</a> -
<a href="/backlinks/{{ p.id }}/">Backlinks</a> -
{{ T('last-changed') }} <time datetime="{{ rev.pub_date.isoformat() }}">{{ rev.pub_date.strftime('%B %-d, %Y at %H:%M:%S') }}</time> -
{{ T('page-id') }}: {{ p.id }}
{% endblock %}