rename the partials to extended_head and extended_footer

This commit is contained in:
Wael M. Nasreddine
2019-03-04 14:20:48 -08:00
parent c375d4ce5d
commit 00296f07b4
6 changed files with 12 additions and 12 deletions

View File

@ -51,5 +51,5 @@
<link href="{{ if .OutputFormats.Get "json" }}{{ "feed.json" | absURL }}{{ end }}" rel="alternate" type="application/json" title="{{ $.Site.Title }}" />
{{ end }}
<!-- Custom head section-->
{{ partial "custom_head.html" . }}
<!-- Extended head section-->
{{ partial "extended_head.html" . }}