forked from mirrors/hugo-theme-terminal
init module
This commit is contained in:
5
layouts/partials/logo.html
Normal file
5
layouts/partials/logo.html
Normal file
@ -0,0 +1,5 @@
|
||||
<a href="{{ if $.Site.Params.Logo.LogoHomeLink }}{{ $.Site.Params.Logo.LogoHomeLink }}{{else}}{{ $.Site.BaseURL }}{{ end }}">
|
||||
<div class="logo">
|
||||
{{ with $.Site.Params.Logo.logoText }}{{ . }}{{ else }}Terminal{{ end }}
|
||||
</div>
|
||||
</a>
|
Reference in New Issue
Block a user