Fiddling with the formatting of baseof.html
This commit is contained in:
parent
cec1576d75
commit
8296cc6e43
1 changed files with 3 additions and 3 deletions
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue