Deprecate the Advanced Paging post

This commit is contained in:
Philipp Oppermann
2019-03-12 12:27:16 +01:00
parent bf66b29225
commit 409527caca
15 changed files with 21 additions and 3 deletions

View File

@@ -10,6 +10,14 @@
{{ page.date | date(format="%b %d, %Y") }}
{% if page.extra.updated %} (updated on {{ page.extra.updated | date(format="%b %d, %Y") }}) {% endif %}
</time>
{% if page.extra.warning %}
<div class="warning">
{% if page.extra.warning_short %} <b>{{ page.extra.warning_short }}</b> {% endif %}
{{ page.extra.warning | markdown(inline=true)}}
</div>
{% endif %}
<aside id="toc">
<h2>Table of Contents</h2>
<ol>