remove .git

This commit is contained in:
naoufal zerai
2022-08-18 11:46:12 -04:00
parent 995c48aa50
commit 6cf9ba86a5
35 changed files with 1426 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<div class="footer wrapper">
<nav class="nav">
<div>{{ with .Site.Copyright }} {{ . }} | {{ end }} <a href="https://github.com/vividvilla/ezhil">Ezhil theme</a> | Built with <a href="https://gohugo.io">Hugo</a></div>
</nav>
</div>
{{ if not .Site.IsServer }}
{{ template "_internal/google_analytics_async.html" . }}
{{ end }}
{{- with .Site.Params.Social -}}
<script>feather.replace()</script>
{{- end -}}