This commit is contained in:
Madison Scott-Clary
2017-09-06 15:05:58 -06:00
parent ce46d6cde2
commit 4b96aa593e
5 changed files with 161 additions and 140 deletions

View File

@ -22,6 +22,9 @@ layout: default
{% if forloop.last != true %}|{% endif %}
{% endfor %}
{% endif %}
{% if page.pdf %}<br />
<a class="pdf" href="{{site.baseurl}}/assets/pdf/{{page.pdf}}"><i class="fa fa-print" aria-hidden="true"></i> Print version</a>
{% endif %}
</div>
</div>
{{page.content | markdownify}}