From 32030007356dcef9be12ed27d31acea430f3fd95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Sko=C5=99epa?= <jakub@skorepa.info> Date: Fri, 25 Mar 2016 22:14:18 +0100 Subject: [PATCH] Change banner address from / to /tag/clanek/1/ --- theme/templates/partials/base.html.nunj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/templates/partials/base.html.nunj b/theme/templates/partials/base.html.nunj index 00825790..d02dc00f 100644 --- a/theme/templates/partials/base.html.nunj +++ b/theme/templates/partials/base.html.nunj @@ -47,7 +47,7 @@ {{ svgs.menu("#fff",false) }} </a> <div style="z-index: 2" class="brand-logo"> - <a id="logo-container" href="{{ config.baseurl }}/" > + <a id="logo-container" href="{{ config.baseurl }}/tag/clanek/1/" > <img class="hide-on-small-and-up" src="{{ config.baseurl }}/theme/icon56.png"> <img class="hide-on-med-and-up hide-on-ultra-small" src="{{ config.baseurl }}/theme/logo56.png"> <img class="hide-on-small-only" src="{{ config.baseurl }}/theme/logo64.png"> -- GitLab