This is an automated email from the ASF dual-hosted git repository. andy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/jena-site.git
commit 87f5c7deebe88aaea7a657c68eb0da7789d4cd1b Author: Andy Seaborne <[email protected]> AuthorDate: Fri Oct 18 11:06:45 2024 +0100 Address Hugo deprecated warnings --- config.toml | 2 +- layouts/_default/baseof.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.toml b/config.toml index 4ab62692b..bb4c08342 100644 --- a/config.toml +++ b/config.toml @@ -11,7 +11,7 @@ enableRobotsTXT = true disableBrowserError = true timeout = 3000 -disableKinds = ["taxonomy", "taxonomyTerm"] +disableKinds = ["taxonomy"] ignoreFiles = [ ] # No files to ignore # Highlighting config. See https://help.farbox.com/pygments.html diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 978642006..a5bbdb73e 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -25,7 +25,7 @@ <link href="/css/bootstrap.min.css" rel="stylesheet" media="screen"> <link href="/css/bootstrap-icons.css" rel="stylesheet" media="screen"> {{- $sass := resources.Get "/sass/jena.scss" -}} - {{- $style := $sass | resources.ToCSS | resources.Fingerprint -}} + {{- $style := $sass | css.Sass | resources.Fingerprint -}} <link rel="stylesheet" type="text/css" href="{{ $style.Permalink }}" integrity="{{ $style.Data.Integrity }}"> <link rel="shortcut icon" href="/images/favicon.ico" /> <!-- Uncomment to enable code coloring <link href="/css/codehilite.css" rel="stylesheet" type="text/css"> -->
