mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 10:58:02 +00:00
Gabriel Arazas
e699ea2a2c
Some checks failed
Build devcontainers / build-devcontainers (push) Has been cancelled
Cache outputs / build-custom-packages (push) Has been cancelled
Check flake outputs / check-outputs (push) Has been cancelled
Publish every Git push to master to FlakeHub / flakehub-publish (push) Has been cancelled
Build personalized bootstrap ISO / build-iso (x86_64-linux) (push) Has been cancelled
Build project site / build (push) Has been cancelled
Update flake inputs / update (push) Has been cancelled
Build project site / deploy (push) Has been cancelled
Update Firefox addons / update-firefox-addons (push) Has been cancelled
7 lines
303 B
HTML
7 lines
303 B
HTML
{{- /* Here's where the customized version should be. */ -}}
|
|
{{ $highlighter := resources.Get "css/rouge.scss" | toCSS }}
|
|
{{- if hugo.IsProduction }}
|
|
{{ $highlighter = $highlighter | resources.Minify | resources.Fingerprint }}
|
|
{{ end }}
|
|
<link rel="stylesheet" href="{{ $highlighter.RelPermalink }}"/>
|