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 -}}
{{- end -}} {{- end -}}
</ul> </ul>
{{ partial "footer.html" . }}
</div> </div>
{{ partial "footer.html" . }}
</body> </body>
</html> </html>

View File

@ -1,8 +1,9 @@
<footer> <footer>
<hr>
{{- range $index, $key := .Site.Params.Social -}} {{- range $index, $key := .Site.Params.Social -}}
<a class="soc" href="{{ $key.url }}" title="{{ $key.name }}"><i data-feather="{{ $key.icon }}"></i></a>| <a class="soc" href="{{ $key.url }}" title="{{ $key.name }}"><i data-feather="{{ $key.icon }}"></i></a>|
{{- end -}} ⚡️ {{- 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> </footer>
{{ if not .Site.IsServer }} {{ if not .Site.IsServer }}
{{ template "_internal/google_analytics_async.html" . }} {{ template "_internal/google_analytics_async.html" . }}

View File

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