Rename it to extended_(head|footer).html

This commit is contained in:
Agung Pratama 2019-03-25 09:36:56 +07:00
parent 2acd964d45
commit c8c495d003
No known key found for this signature in database
GPG Key ID: E94D07D4270AB468
4 changed files with 2 additions and 2 deletions

View File

@ -14,4 +14,4 @@
<script src="{{ "assets/main.js" | absURL }}"></script>
<script src="{{ "assets/prism.js" | absURL }}"></script>
{{- partial "footer_custom.html" . }}
{{- partial "extended_footer.html" . }}

View File

@ -47,4 +47,4 @@
{{ end }}
<!-- head custom -->
{{- partial "head_custom.html" . }}
{{- partial "extended_head.html" . }}