Skip to content
Snippets Groups Projects
Commit f43e1e2d authored by Nico Graebling's avatar Nico Graebling
Browse files

[Site Navigation] Add home button for our page + use ufz logo to link to ufz.de

parent d9a4b227
No related branches found
No related tags found
No related merge requests found
visgroup/static/general/icon_home.png

10.7 KiB

...@@ -4,9 +4,14 @@ ...@@ -4,9 +4,14 @@
<nav class="ufzSiteNavigation ph2-ns" role="navigation"> <nav class="ufzSiteNavigation ph2-ns" role="navigation">
<div class="flex-l justify-between items-center center"> <div class="flex-l justify-between items-center center">
<div class="flex-l items-center">
<a href="{{ .Site.Home.RelPermalink }}" class="f3 fw2 hover-white no-underline white-90 dib"> <a href="{{ .Site.Home.RelPermalink }}" class="f3 fw2 hover-white no-underline white-90 dib">
<img src="{{ "general/icon_home.png" | relURL }}" class="w100 mw2-ns" alt="{{ $.Site.Title }}" />
</a>
<a href="https://www.ufz.de" class="f3 fw2 hover-white no-underline white-90 dib">
<img src="{{ "general/logo.jpg" | relURL }}" class="w100 mw5-ns" alt="{{ $.Site.Title }}" /> <img src="{{ "general/logo.jpg" | relURL }}" class="w100 mw5-ns" alt="{{ $.Site.Title }}" />
</a> </a>
</div>
<div class="flex-l items-center"> <div class="flex-l items-center">
{{ partial "i18nlist.html" . }} {{ partial "i18nlist.html" . }}
{{ if .Site.Menus.main }} {{ if .Site.Menus.main }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment