summaryrefslogtreecommitdiff
path: root/themes/terminal/layouts/partials/logo.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/terminal/layouts/partials/logo.html')
-rw-r--r--themes/terminal/layouts/partials/logo.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/themes/terminal/layouts/partials/logo.html b/themes/terminal/layouts/partials/logo.html
new file mode 100644
index 0000000..8a1bf1f
--- /dev/null
+++ b/themes/terminal/layouts/partials/logo.html
@@ -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>