Signed recent changes

and disabled PDF builds
This commit is contained in:
Alex Anderson
2022-07-23 22:42:06 +00:00
parent 7c91c963cb
commit 100b5f195b
138 changed files with 419 additions and 1064 deletions

View File

@@ -162,9 +162,9 @@ 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>-->
<!--<a href="{{ site.github.pdf_dark_url }}" class="btn_small">PDF (Dark)</a>-->
<a href="{{ site.github.odt_url }}" class="btn_small">OpenDocument</a>
<!-- <a href="{{ site.github.odt_url }}" class="btn_small">OpenDocument</a>-->
{% if page.url != "/donations.html" %}
<a href="{{ site.github.donations_url }}" class="btn_small">Donate</a>
{% endif %}