Add links to gpg key and site source code

This commit is contained in:
Anna Rose 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

5
_data/top_links.yml Normal file
View File

@ -0,0 +1,5 @@
- title: GPG Key
url: http://annabunch.es/public_key.asc
- title: Site Source
url: http://github.com/annabunches/annabunch.es

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>