From 519843fe03807fbcabdc7f3938ca103967ad9277 Mon Sep 17 00:00:00 2001 From: Admin Date: Sat, 3 Dec 2022 12:08:18 -0500 Subject: Add footer with text details --- assets/_custom.scss | 5 +++++ layouts/partials/docs/footer.html | 11 +++++++++++ 2 files changed, 16 insertions(+) diff --git a/assets/_custom.scss b/assets/_custom.scss index 0de9ae1..6bd596c 100644 --- a/assets/_custom.scss +++ b/assets/_custom.scss @@ -1,3 +1,8 @@ /* You can add custom styles here. */ // @import "plugins/numbered"; + +.book-footer ul { + list-style: none; + padding: 0; +} diff --git a/layouts/partials/docs/footer.html b/layouts/partials/docs/footer.html index 0cb877a..a46795c 100644 --- a/layouts/partials/docs/footer.html +++ b/layouts/partials/docs/footer.html @@ -20,6 +20,17 @@ {{ end }} + + {{ $script := resources.Get "clipboard.js" | resources.Minify }} -- cgit v1.2.3