summaryrefslogtreecommitdiffstats
path: root/source/_includes
diff options
context:
space:
mode:
Diffstat (limited to 'source/_includes')
-rw-r--r--source/_includes/header.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/_includes/header.html b/source/_includes/header.html
index b0854ca..2985d7f 100644
--- a/source/_includes/header.html
+++ b/source/_includes/header.html
@@ -21,6 +21,9 @@
{% if site.pinterest_user %}
<a class="pinterest" href="https://pinterest.com/{{ site.pinterest_user }}" title="Pinterest">Pinterest</a>
{% endif %}
+ {% if site.delicious_user %}
+ <a class="delicious" href="http://delicious.com/{{ site.delicious_user }}" title="Delicious">Delicious</a>
+ {% endif %}
{% if site.subscribe_rss %}
<a class="rss" href="{{ site.subscribe_rss }}" title="RSS">RSS</a>
{% endif %}