From b3220b50be68715e56f0076f03d3eaa5297a3647 Mon Sep 17 00:00:00 2001 From: Yevgen Nykytenko Date: Tue, 19 Dec 2023 17:53:39 +0300 Subject: [PATCH] lib-info.js added to assets --- themes/hugo-geekdoc/data/assets.json | 7 +++++-- themes/hugo-geekdoc/layouts/partials/foot.html | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/themes/hugo-geekdoc/data/assets.json b/themes/hugo-geekdoc/data/assets.json index 6a700988..b8fc1cef 100644 --- a/themes/hugo-geekdoc/data/assets.json +++ b/themes/hugo-geekdoc/data/assets.json @@ -363,6 +363,9 @@ "groupdocs.js": { "src": "js/groupdocs-22.10.0.js", "integrity": "sha512-+a9+BkBIIwkVnx+g7eYyQdbwSvBFPJY6VufUR/6MkpN5mxyAnhMDyMsvkEfhT8x+NzP5pmCv07MtNapM1y9+ZQ==" - } - + }, + "lib-info.js": { + "src": "js/lib-info.js", + "integrity": "sha512-+qBXScwm7DwE0J2YX/lC8h9GP3pFPJY6VufUR/6MkpN5mxyAnhMDyMOmwOZw5xeq0d28Yr+hVTIMcQ2QWxO7Jy==" + } } \ No newline at end of file diff --git a/themes/hugo-geekdoc/layouts/partials/foot.html b/themes/hugo-geekdoc/layouts/partials/foot.html index 3c16d52e..a88bcd02 100644 --- a/themes/hugo-geekdoc/layouts/partials/foot.html +++ b/themes/hugo-geekdoc/layouts/partials/foot.html @@ -9,5 +9,5 @@ {{ if default true .Params.AddLibInfoScript }} - + {{ end }}