Update layouts to remove temporarily-missing PDF build

This commit is contained in:
Alex Anderson 2022-07-12 23:54:53 +00:00
parent b0d882aaac
commit 65568dad97
No known key found for this signature in database
GPG Key ID: 0C216A52F6DF4920

View File

@ -163,7 +163,7 @@ input:checked + .slider::before {
{% if page.url != "/guide.html" %}
<a href="{{ site.github.guide_url }}" class="btn_small" style="color:#FF0000">View Online</a>
{% endif %}
<a href="{{ site.github.pdf_url }}" class="btn_small">PDF</a>
<!-- <a href="{{ site.github.pdf_url }}" class="btn_small">PDF</a>--><!-- PDF missing due to build issues -->
<!--<a href="{{ site.github.pdf_dark_url }}" class="btn_small">PDF (Dark)</a>-->
<a href="{{ site.github.odt_url }}" class="btn_small">OpenDocument</a>
{% if page.url != "/donations.html" %}