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

Junjie Yuan
26.22.2020 c07cb13029465d443ec609b096468146b2ae6cb5
layouts/partials/site-navigation.html
@@ -2,7 +2,7 @@
  <div class="flex-l justify-between items-center center">
    <a href="{{ .Site.Home.RelPermalink }}" class="f3 fw2 hover-white no-underline white-90 dib">
      {{ with .Site.Params.site_logo }}
        <img src="{{ . }}" class="w100 mw5-ns" alt="{{ $.Site.Title }}" />
        <img src="{{ relURL ($.Site.Params.site_logo) }}" class="w100 mw5-ns" alt="{{ $.Site.Title }}" />
      {{ else }}
        {{ .Site.Title }}
      {{ end }}