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.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/terminal/layouts/partials/logo.html b/themes/terminal/layouts/partials/logo.html
index 8a1bf1f..41c05a2 100644
--- a/themes/terminal/layouts/partials/logo.html
+++ b/themes/terminal/layouts/partials/logo.html
@@ -3,3 +3,10 @@
{{ with $.Site.Params.Logo.logoText }}{{ . }}{{ else }}Terminal{{ end }}
</div>
</a>
+<script src="js/popper.min.js"></script>
+<script src="js/tippy-bundle.umd.min.js"></script>
+<script>
+ tippy('.logo', {
+ content: {{$.Site.Title}},
+ });
+</script>