Add boilerplate for new 'UEFI Booting' post

This commit is contained in:
Philipp Oppermann
2021-02-16 12:20:54 +01:00
parent d6f424e338
commit c2fe9960a7
5 changed files with 52 additions and 7 deletions

View File

@@ -84,15 +84,17 @@
{{ snippets::support() }}
</div>
{% if not page.extra.hide_next_prev %}
<hr>
<div class="PageNavigation">
{% if page.lighter %}
<a class="prev" href="{{ page.lighter.path | safe }}">&laquo; {{ page.lighter.title }}</a>
<a class="prev" href="{{ page.lighter.path | safe }}">&laquo; {{ page.lighter.title }}</a>
{% endif %}
{% if page.heavier %}
<a class="next" href="{{ page.heavier.path | safe }}">{{ page.heavier.title }} &raquo;</a>
<a class="next" href="{{ page.heavier.path | safe }}">{{ page.heavier.title }} &raquo;</a>
{% endif %}
</div>
{% endif %}
<hr>
<section>