Add links to gpg key and site source code
This commit is contained in:
parent
e11aff709d
commit
40c3cbe2e4
5
_data/top_links.yml
Normal file
5
_data/top_links.yml
Normal 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
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user