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:
parent
d53c166f95
commit
555c553992
3 changed files with 1 additions and 4 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue