From 413d409276efff9385b2917060feb1054e21d699 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Bedna=C5=99=C3=ADk?= <jan.bednarik@gmail.com> Date: Thu, 15 Oct 2020 19:26:04 +0200 Subject: [PATCH] uniweb: Clickable logo --- uniweb/templates/uniweb/base.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uniweb/templates/uniweb/base.html b/uniweb/templates/uniweb/base.html index 91b07f9a..9a0e02c7 100644 --- a/uniweb/templates/uniweb/base.html +++ b/uniweb/templates/uniweb/base.html @@ -37,10 +37,10 @@ <div> <div class="container container--wide navbar__content max-w-screen-xl" :class="{'navbar__content--initialized': true}"> <div class="navbar__brand my-4 flex items-center lg:pr-8 lg:my-0"> - <a href="#"> + <a href="/"> <img src="{% static "uniweb/assets/images/logo-round-white.svg" %}" class="w-8" /> </a> - <span class="pl-4 font-bold text-xl lg:border-r lg:border-grey-300 lg:pr-8">{{ page.root_page.seo_title }}</span> + <a href="/" class="pl-4 font-bold text-xl lg:border-r lg:border-grey-300 lg:pr-8">{{ page.root_page.seo_title }}</a> </div> {% if page.root_page.top_menu %} <div class="navbar__menutoggle my-4 flex justify-end lg:hidden"> -- GitLab