Add links to gpg key and site source code

This commit is contained in:
2016-12-25 17:48:22 -05:00
committed by Anna Wiggins
parent e11aff709d
commit 40c3cbe2e4
2 changed files with 10 additions and 0 deletions

View File

@ -19,6 +19,11 @@
<a class="page-link" href="{{ my_page.url | prepend: site.baseurl }}">{{ my_page.title }}</a>
{% endif %}
{% endfor %}
{% for link in site.data.top_links %}
<a class="page-link" href="{{ link.url }}">{{ link.title }}</a>
{% endfor %}
</div>
</nav>