Fiddling with the formatting of baseof.html

This commit is contained in:
Eryn Wells 2023-05-08 20:06:42 -07:00
parent cec1576d75
commit 8296cc6e43

View file

@ -17,13 +17,13 @@
</body> </body>
{{ with partial "resources/root_css.html" . -}} {{ with partial "resources/root_css.html" . -}}
<link rel="stylesheet" as="style" href="{{ .RelPermalink }}"> <link rel="stylesheet" as="style" href="{{ .RelPermalink }}">
{{- end -}} {{- end -}}
{{- with partial "resources/section_css.html" . -}} {{- with partial "resources/section_css.html" . -}}
<link rel="stylesheet" as="style" href="{{ .RelPermalink }}"> <link rel="stylesheet" as="style" href="{{ .RelPermalink }}">
{{- end -}} {{- end -}}
{{- with partial "resources/page_css.html" . -}} {{- with partial "resources/page_css.html" . -}}
<link rel="stylesheet" as="style" href="{{ .RelPermalink }}"> <link rel="stylesheet" as="style" href="{{ .RelPermalink }}">
{{- end -}} {{- end -}}
{{ block "styles" . }}{{ end }} {{ block "styles" . }}{{ end }}