Browse Source

fix wrong location

Signed-off-by: Junjie Yuan <junjieraw@gmail.com>
pull/287/head^2
Junjie Yuan 4 years ago
parent
commit
b99f5881a2
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      layouts/partials/site-navigation.html

+ 1
- 1
layouts/partials/site-navigation.html View File

<div class="flex-l justify-between items-center center"> <div class="flex-l justify-between items-center 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">
{{ with .Site.Params.site_logo }} {{ 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 }} {{ else }}
{{ .Site.Title }} {{ .Site.Title }}
{{ end }} {{ end }}

Loading…
Cancel
Save