aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/_includes/common
diff options
context:
space:
mode:
Diffstat (limited to '_includes/common')
-rw-r--r--_includes/common/header.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/_includes/common/header.html b/_includes/common/header.html
index 8546fb5..6798ec1 100644
--- a/_includes/common/header.html
+++ b/_includes/common/header.html
@@ -59,6 +59,10 @@
{% endfor %}
{% endif %}
+ {% for link in site.settings.links %}
+ <link{% for attr in link %} {{ attr[0] }}="{{ attr[1] }}"{% endfor %}>
+ {% endfor %}
+
{% if site.settings.ga_tag %}
{% include common/ga.html ga_tag=site.settings.ga_tag %}
{% endif %}