Simple Tweaks

This commit is contained in:
athul 2020-04-14 23:22:44 +05:30
parent 7d19d8b66a
commit 877a560391
3 changed files with 4 additions and 3 deletions

View File

@ -22,9 +22,10 @@
{{- end -}}
{{- end -}}
</ul>
{{ partial "footer.html" . }}
</div>
{{ partial "footer.html" . }}
</body>
</html>

View File

@ -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" . }}

View File

@ -214,7 +214,6 @@ svg{
max-height: 15px;
}
.soc:hover{
background-color: hotpink;
color: white;
}
.draft-label{