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

@ -14,5 +14,5 @@
<script src="{{ "assets/main.js" | absURL }}"></script>
<script src="{{ "assets/prism.js" | absURL }}"></script>
<!-- Custom footer section-->
{{ partial "custom_footer.html" . }}
<!-- Extended footer section-->
{{ partial "extended_footer.html" . }}