Simple Tweaks
This commit is contained in:
parent
7d19d8b66a
commit
877a560391
|
@ -22,9 +22,10 @@
|
|||
{{- end -}}
|
||||
{{- end -}}
|
||||
</ul>
|
||||
{{ partial "footer.html" . }}
|
||||
</div>
|
||||
|
||||
{{ partial "footer.html" . }}
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
<footer>
|
||||
<hr>
|
||||
{{- range $index, $key := .Site.Params.Social -}}
|
||||
<a class="soc" href="{{ $key.url }}" title="{{ $key.name }}"><i data-feather="{{ $key.icon }}"></i></a>|
|
||||
{{- end -}} ⚡️
|
||||
{{ .Date.Year}} {{ with .Site.Copyright }} {{ . }} | {{ end }} <a href="https://github.com/athul/archie">Archie Theme</a> | Built with <a href="https://gohugo.io">Hugo</a>
|
||||
{{ 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>
|
||||
</footer>
|
||||
{{ if not .Site.IsServer }}
|
||||
{{ template "_internal/google_analytics_async.html" . }}
|
||||
|
|
|
@ -214,7 +214,6 @@ svg{
|
|||
max-height: 15px;
|
||||
}
|
||||
.soc:hover{
|
||||
background-color: hotpink;
|
||||
color: white;
|
||||
}
|
||||
.draft-label{
|
||||
|
|
Loading…
Reference in a new issue