From 40c3cbe2e44ead276ae7832afc6a8a2993d8e5b6 Mon Sep 17 00:00:00 2001 From: Anna Wiggins Date: Sun, 25 Dec 2016 17:48:22 -0500 Subject: [PATCH] Add links to gpg key and site source code --- _data/top_links.yml | 5 +++++ _includes/header.html | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 _data/top_links.yml 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 %} +