mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2024-11-23 18:31:45 +01:00
Merge branch 'master' into translations
This commit is contained in:
commit
50b3ed18e3
1 changed files with 4 additions and 2 deletions
|
@ -18,7 +18,9 @@
|
|||
{{ errorf "Failed loading avatar from %q" . }}
|
||||
{{ end }}
|
||||
|
||||
<span class="emoji">{{ $.Site.Params.sidebar.emoji }}</span>
|
||||
{{ with $.Site.Params.sidebar.emoji }}
|
||||
<span class="emoji">{{ . }}</span>
|
||||
{{ end }}
|
||||
</figure>
|
||||
{{ end }}
|
||||
<h1 class="site-name"><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h1>
|
||||
|
|
Loading…
Reference in a new issue