.
This commit is contained in:
parent
071a4d8a97
commit
4d3ca1c554
39 changed files with 3386 additions and 0 deletions
5
layouts/partials/logo.html
Normal file
5
layouts/partials/logo.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{{ if .Site.Params.logo }}
|
||||
<img src="{{ .Site.Params.logo | relURL }}" alt="{{ .Site.Title }}" class="logo">
|
||||
{{ else }}
|
||||
<span class="logo-text">{{ .Site.Title }}</span>
|
||||
{{ end }}
|
Loading…
Add table
Add a link
Reference in a new issue