forked from github/pelican
Add PDF to the templates.
This commit is contained in:
parent
efc6bb7aa4
commit
d0b034db0a
4 changed files with 12 additions and 3 deletions
|
|
@ -3,6 +3,8 @@
|
|||
{% block content %}
|
||||
<section id="content" class="body">
|
||||
<h1 class="entry-title">{{ page.title }}</h1>
|
||||
{% if PDF_PROCESSOR %}<a href="{{ SITEURL }}/pdf/{{ page.slug }}.pdf">get
|
||||
the pdf</a>{% endif %}
|
||||
{{ page.content }}
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue