footer.html: remove Google analytics
adjust copyright notice
This commit is contained in:
parent
514eabf49d
commit
8e4c904979
|
@ -10,7 +10,6 @@ Forked from [Ezhil Theme](https://github.com/vividvilla/ezhil)
|
|||
![](/images/theme.png)
|
||||
![](/images/archie-dark.png)
|
||||
## Feature
|
||||
- Google Analytics Script
|
||||
- Callouts
|
||||
- Tags
|
||||
- Auto Dark Mode(based on system theme)
|
||||
|
|
|
@ -6,13 +6,14 @@
|
|||
{{- end -}}
|
||||
</div>
|
||||
<div class="footer-info">
|
||||
{{ dateFormat "2006" now }} {{ with .Site.Copyright }} {{ . }} | {{ end }} <a
|
||||
href="https://github.com/athul/archie">Archie Theme</a> | Built with <a href="https://gohugo.io">Hugo</a>
|
||||
{{ if $.Site.Copyright }}
|
||||
{{ $.Site.Copyright | safeHTML }}
|
||||
{{ else }}
|
||||
© {{ now.Year }} Powered by <a href="http://gohugo.io" target="_blank" rel="noopener noreferrer">Hugo</a>
|
||||
{{ end }}
|
||||
:: <a href="https://github.com/athul/archie" target="_blank" rel="noopener noreferrer">Archie theme</a>
|
||||
</div>
|
||||
</footer>
|
||||
{{ if not .Site.IsServer }}
|
||||
{{ template "_internal/google_analytics_async.html" . }}
|
||||
{{ end }}
|
||||
|
||||
{{- if (isset .Site.Params "social") -}}
|
||||
<script>
|
||||
|
|
Loading…
Reference in New Issue