all repos — archie @ 877a560391fe176a25c1f59fd5f9689bfe3f86d6

A minimal Hugo Theme

Simple Tweaks
athul athul8720@gmail.com
Tue, 14 Apr 2020 23:22:44 +0530
commit

877a560391fe176a25c1f59fd5f9689bfe3f86d6

parent

7d19d8b66a0720298c4a05df70a2db634b034b90

3 files changed, 4 insertions(+), 3 deletions(-)

jump to
M layouts/_default/list.htmllayouts/_default/list.html

@@ -22,9 +22,10 @@ </li>

{{- end -}} {{- end -}} </ul> + {{ partial "footer.html" . }} </div> - {{ partial "footer.html" . }} + </body> </html>
M layouts/partials/footer.htmllayouts/partials/footer.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" . }}
M static/css/main.cssstatic/css/main.css

@@ -214,7 +214,6 @@ svg{

max-height: 15px; } .soc:hover{ - background-color: hotpink; color: white; } .draft-label{