version advance, schema changes, style changes, terms and privacy policy, added installer script
This commit is contained in:
parent
9f9525ecd1
commit
c46b07a3b2
16 changed files with 446 additions and 51 deletions
|
|
@ -19,6 +19,14 @@
|
|||
|
||||
{% block history_nav %}{% endblock %}
|
||||
|
||||
{% if p.is_cw %}
|
||||
<div class="flash">
|
||||
<strong>Content Warning</strong> -
|
||||
this page may contain shocking or unexpected content, spoilers, or similar.
|
||||
Proceed with caution.
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
<div class="inner-content">
|
||||
{{ rev.html(math = request.args.get('math') not in ['0', 'false', 'no', 'off'])|safe }}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue