diff options
Diffstat (limited to 'themes/terminal/layouts/partials')
-rw-r--r-- | themes/terminal/layouts/partials/logo.html | 7 |
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> |