Vugo theme
This commit is contained in:
commit
64b0159616
33 changed files with 1224 additions and 0 deletions
8
vugo/layouts/partials/logo.html
Normal file
8
vugo/layouts/partials/logo.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<div class="logo">
|
||||
<img src="/logoOptimised.png" />
|
||||
<h1>
|
||||
<a href="{{ if $.Site.Params.Logo.LogoHomeLink }}{{ $.Site.Params.Logo.LogoHomeLink }}{{else}}{{ $.Site.BaseURL }}{{ end }}">
|
||||
{{ with $.Site.Params.Logo.logoText }}{{ . }}{{ else }}Void{{ end }}
|
||||
</a>
|
||||
</h1>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue