Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/athul/archie.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorathul <athul8720@gmail.com>2020-04-11 09:59:56 +0300
committerathul <athul8720@gmail.com>2020-04-11 09:59:56 +0300
commita0fb0664ae9d25030417eddc8b1da4b664ba40ac (patch)
tree39843c3da9e56cef30c080165e27c2fb2e7682a2 /layouts
parentc2987bd016d8812d919ccf471c59f409efad06ed (diff)
tweaks
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/footer.html8
-rw-r--r--layouts/partials/head.html6
2 files changed, 7 insertions, 7 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 664d09b..ab21fa6 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -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> \ No newline at end of file
+</script>
+
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index e3a3d64..3334e09 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -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> \ No newline at end of file