fix: deprecations from hugo
This commit is contained in:
@ -11808,4 +11808,4 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
|
||||
background-color: #fafafa;
|
||||
padding: 3rem 1.5rem 6rem;
|
||||
}
|
||||
/*# sourceMappingURL=bulma.css.map */
|
||||
/*# sourceMappingURL=bulma.css.map */
|
||||
|
||||
@ -5,7 +5,7 @@
|
||||
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
|
||||
{{/* scss compiling */}}
|
||||
{{ $options := (dict "targetPath" "css/style.css" "outputStyle" "compressed") }}
|
||||
{{ $style := resources.Get "scss/main.scss" | resources.ToCSS $options }}
|
||||
{{ $style := resources.Get "scss/main.scss" | css.Sass $options }}
|
||||
{{ template "_internal/opengraph.html" . }}
|
||||
{{ template "_internal/twitter_cards.html" . }}
|
||||
<link href='{{ $style.RelPermalink }}' rel="stylesheet" />
|
||||
|
||||
Reference in New Issue
Block a user