changed footer

This commit is contained in:
Ilia Druta 2022-07-25 19:20:44 +03:00
parent c0b7ea5f4b
commit 502f03f10e

View File

@ -3,13 +3,16 @@
{{- if site.Copyright }}
<span>{{ site.Copyright | markdownify }}</span>
{{- else }}
<span>&copy; {{ now.Year }} <a href="{{ "" | absLangURL }}">{{ site.Title }}</a></span>
<span>&copy; {{ now.Year }} <a href="{{ "" | absLangURL }}">{{ site.Title }}</a> | </span>
{{- end }}
<span>
<a href="mailto:info@hamradio.md">info@hamradio.md</a>
</span>
<!-- <span>
Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
</span>
</span> -->
</footer>
{{- end }}