mirror of
https://github.com/fruworg/themu.git
synced 2025-06-13 18:20:25 +03:00
tweaks
This commit is contained in:
@ -1,12 +1,10 @@
|
||||
<footer>
|
||||
{{- range $index, $key := .Site.Params.Social -}}
|
||||
<a href="{{ $key.url }}" title="{{ $key.name }}"><i data-feather="{{ $key.icon }}"></i></a>|
|
||||
{{- end -}}
|
||||
{{ with .Site.Copyright }} {{ . }} | {{ end }} <a href="https://github.com/athul/archie">Archie Theme</a> | Built with <a href="https://gohugo.io">Hugo</a>
|
||||
{{ .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>
|
||||
</footer>
|
||||
{{ if not .Site.IsServer }}
|
||||
{{ template "_internal/google_analytics_async.html" . }}
|
||||
{{ end }}
|
||||
<script>
|
||||
feather.replace()
|
||||
</script>
|
||||
</script>
|
||||
|
||||
|
@ -1,9 +1,11 @@
|
||||
<div class="content">
|
||||
<header>
|
||||
<div class="logo">
|
||||
<div class="main">
|
||||
<a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
|
||||
</div>
|
||||
<nav>
|
||||
👋
|
||||
{{- range $index, $key := .Site.Params.Social -}}
|
||||
<a class="soc" href="{{ $key.url }}" title="{{ $key.name }}"><i data-feather="{{ $key.icon }}"></i></a>|
|
||||
{{- end -}} ⚡️
|
||||
</nav>
|
||||
</header>
|
Reference in New Issue
Block a user