We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408d3c2 commit 87c0c42Copy full SHA for 87c0c42
themes/devlog-theme/layouts/_default/baseof.html
@@ -80,7 +80,7 @@
80
{{ partial "css-build.html" (dict "File" "styles/main.scss") }}
81
{{ partial "css-build.html" (dict "File" "styles/print.scss" "Media" "print") }}
82
83
- <!-- Make Hugo "aware" of the fontawesome fonts. (See: https://gohugo.io/methods/resource/publish/) -->
+ {{- /* Make Hugo "aware" of the fontawesome fonts. (See: https://gohugo.io/methods/resource/publish/) */ -}}
84
{{- range (resources.Match "node_modules/@fortawesome/fontawesome-free/webfonts/*") -}}
85
{{- .Publish -}}
86
{{- end -}}
0 commit comments