Removed redundant styles

This commit is contained in:
Alejandro Angulo 2023-08-26 07:49:04 -07:00
parent 6bb0ba652d
commit 92889fedb5
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
2 changed files with 1 additions and 11463 deletions

File diff suppressed because it is too large Load diff

View file

@ -15,8 +15,7 @@
/>
{{ $main_style := resources.Get "css/main.css" | minify }}
{{ $highlight_style := resources.Get "css/highlight.css" | minify }}
{{ $nerdfont_style := resources.Get "css/nerd-fonts-generated.css" | minify }}
{{ $css := slice $main_style $highlight_style $nerdfont_style | resources.Concat "css/style.css" | fingerprint }}
{{ $css := slice $main_style $highlight_style | resources.Concat "css/style.css" | fingerprint }}
<link
rel="stylesheet"
type="text/css"