git: c5f0803a4f - main - themes/beastie/layouts/partials/site-head.html: Fix a typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 16 Dec 2024 18:09:04 UTC
The branch main has been updated by blackend: URL: https://cgit.FreeBSD.org/doc/commit/?id=c5f0803a4f8a020eae9f072434f5e76c5d331601 commit c5f0803a4f8a020eae9f072434f5e76c5d331601 Author: Marc Fonvieille <blackend@FreeBSD.org> AuthorDate: 2024-12-16 18:06:42 +0000 Commit: Marc Fonvieille <blackend@FreeBSD.org> CommitDate: 2024-12-16 18:06:42 +0000 themes/beastie/layouts/partials/site-head.html: Fix a typo s/css.Saas/css.Sass/ this should unbreak offline build. --- documentation/themes/beastie/layouts/partials/site-head.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/themes/beastie/layouts/partials/site-head.html b/documentation/themes/beastie/layouts/partials/site-head.html index 55bcabac9e..26e42f1982 100644 --- a/documentation/themes/beastie/layouts/partials/site-head.html +++ b/documentation/themes/beastie/layouts/partials/site-head.html @@ -29,7 +29,7 @@ {{ else }} <link rel="shortcut icon" href="/favicon.ico"> - {{- $styles := resources.Get "styles/main.scss" | css.Saas | resources.Minify }} + {{- $styles := resources.Get "styles/main.scss" | css.Sass | resources.Minify }} <link rel="stylesheet" href="{{ $styles.RelPermalink }}"> <link rel="stylesheet" href="/css/font-awesome-min.css">