Add links to gpg key and site source code
This commit is contained in:
parent
e11aff709d
commit
40c3cbe2e4
2 changed files with 10 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue