mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Nick White
31.19.2020 be30a47555871dbe95511071209d30b9ecb3f572
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" . }}