UNPKG
gitbook-plugin-theme-cuav
Version:
latest (1.1.6)
1.1.6
1.1.5
1.1.3
1.1.2
1.1.1
1.1.0
0.0.9
CUAV theme for GitBook
github.com/cuav/gitbook-plugin-theme-cuav
cuav/gitbook-plugin-theme-cuav
gitbook-plugin-theme-cuav
/
_layouts
/
ebook
/
pdf_footer.html
9 lines
(7 loc)
•
188 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
{%
extends
"./page.html"
%} {% block body %} <div
class
=
"pdf-footer"
>
<
span
>
{{ page.section }}
</
span
>
<
span
class
=
"footer-pages-count"
>
{{ page.num }}
</
span
>
</div> {% endblock %}