layouts/partials/site-navigation.html
@@ -1,7 +1,11 @@ <nav class="pv3 ph3 ph4-ns" role="navigation"> <div class="flex-l justify-between items-center center"> <a href="{{ .Site.BaseURL }}" class="f3 fw2 hover-white no-underline white-90 dib"> {{ if .Site.Params.Logo }} <img src="{{ .Site.Params.Logo | relURL }}" alt="{{ .Site.Title }}" /> {{ else }} {{ .Site.Title }} {{ end }} </a> <div class="flex-l items-center"> {{ partial "i18nlist.html" . }}