kubernetes-handbook/node_modules/gitbook-plugin-theme-default/_layouts/ebook/pdf_footer.html

9 lines
188 B
HTML

{% extends "./page.html" %}
{% block body %}
<div class="pdf-footer">
<span>{{ page.section }}</span>
<span class="footer-pages-count">{{ page.num }}</span>
</div>
{% endblock %}