From fd6e288154bd9c8813d662975420cd82668eb13e Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sat, 19 Mar 2022 02:05:58 +0300 Subject: header: support custom elements --- _includes/common/header.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to '_includes/common') 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 %} + + {% endfor %} + {% if site.settings.ga_tag %} {% include common/ga.html ga_tag=site.settings.ga_tag %} {% endif %} -- cgit v1.2.3