Move head.html last

master
Will Faught 3 years ago
parent 113ddf7824
commit 2655b4436f

@ -29,9 +29,6 @@
{{ range .AlternativeOutputFormats }} {{ range .AlternativeOutputFormats }}
<link href="{{ .Permalink }}" rel="{{ .Rel }}" title="{{ $.Site.Title }}" type="{{ .MediaType.Type }}"> <link href="{{ .Permalink }}" rel="{{ .Rel }}" title="{{ $.Site.Title }}" type="{{ .MediaType.Type }}">
{{ end }} {{ end }}
{{ if templates.Exists "partials/head.html" }}
{{ partial "head" . }}
{{ end }}
<style> <style>
blockquote { blockquote {
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
@ -47,6 +44,9 @@
margin-bottom: 1rem; margin-bottom: 1rem;
} }
</style> </style>
{{ if templates.Exists "partials/head.html" }}
{{ partial "head" . }}
{{ end }}
</head> </head>
<body class="d-flex flex-column"> <body class="d-flex flex-column">
<div class="container flex-fill"> <div class="container flex-fill">

Loading…
Cancel
Save