diff --git a/uniweb/templates/uniweb/base.html b/uniweb/templates/uniweb/base.html index 91b07f9a32f0000e7fd361316bf1cfcbe3abf20e..9a0e02c7acd030d9bed4d429c39b96a8691ae7d2 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">