diff --git a/_data/top_links.yml b/_data/top_links.yml new file mode 100644 index 0000000..71d6217 --- /dev/null +++ b/_data/top_links.yml @@ -0,0 +1,5 @@ +- title: GPG Key + url: http://annabunch.es/public_key.asc + +- title: Site Source + url: http://github.com/annabunches/annabunch.es diff --git a/_includes/header.html b/_includes/header.html index be4f39b..aea7bf7 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -19,6 +19,11 @@ {{ my_page.title }} {% endif %} {% endfor %} + + {% for link in site.data.top_links %} + {{ link.title }} + {% endfor %} +