refactoring the footer

This commit is contained in:
Huy Tran 2018-01-23 10:02:05 +07:00
parent 514e9a167f
commit cf95cacd15
10 changed files with 193 additions and 153 deletions

View file

@ -10,10 +10,9 @@
{{- end }}
{{ define "footer" }}
<!-- Footer -->
<div>
<!-- Footer -->
{{ if .Site.GoogleAnalytics -}}
{{ template "_internal/google_analytics_async.html" . }}
{{- end}}
</div>
<script src="{{ .Site.BaseURL }}js/main.js"></script>
{{- end }}