Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2024 18:09:04 GMT
From:      Marc Fonvieille <blackend@FreeBSD.org>
To:        doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org
Subject:   git: c5f0803a4f - main - themes/beastie/layouts/partials/site-head.html: Fix a typo
Message-ID:  <202412161809.4BGI94kb030215@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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">
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202412161809.4BGI94kb030215>