Fiddling with the formatting of baseof.html
This commit is contained in:
parent
ca1bb982ca
commit
6a6c638b76
1 changed files with 3 additions and 3 deletions
|
@ -17,13 +17,13 @@
|
|||
</body>
|
||||
|
||||
{{ with partial "resources/root_css.html" . -}}
|
||||
<link rel="stylesheet" as="style" href="{{ .RelPermalink }}">
|
||||
<link rel="stylesheet" as="style" href="{{ .RelPermalink }}">
|
||||
{{- end -}}
|
||||
{{- with partial "resources/section_css.html" . -}}
|
||||
<link rel="stylesheet" as="style" href="{{ .RelPermalink }}">
|
||||
<link rel="stylesheet" as="style" href="{{ .RelPermalink }}">
|
||||
{{- end -}}
|
||||
{{- with partial "resources/page_css.html" . -}}
|
||||
<link rel="stylesheet" as="style" href="{{ .RelPermalink }}">
|
||||
<link rel="stylesheet" as="style" href="{{ .RelPermalink }}">
|
||||
{{- end -}}
|
||||
|
||||
{{ block "styles" . }}{{ end }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue