hugo-battheme/archetypes/default.md

7 lines
155 B
Markdown
Raw Normal View History

2022-04-09 08:16:52 +00:00
<title>{{ .Title }}</title>
{{ $css := resources.Get "sass/main.sass" }}
{{ $css = $css | toCSS }}
<link rel="stylesheet" href="{{ $css.RelPermalink }}"