1
0
Fork 0
forked from github/pelican

Remove PDF-related elements from notmyidea

PDF generation was removed from Pelican's core in #1010.
This commit is contained in:
Kevin Yap 2015-02-25 21:37:36 -08:00
commit 555c553992
3 changed files with 1 additions and 4 deletions

View file

@ -5,8 +5,6 @@
<h1 class="entry-title">{{ page.title }}</h1>
{% import 'translations.html' as translations with context %}
{{ translations.translations_for(page) }}
{% if PDF_PROCESSOR %}<a href="{{ SITEURL }}/pdf/{{ page.slug }}.pdf">get
the pdf</a>{% endif %}
{{ page.content }}
</section>
{% endblock %}