feat(home): add disclaimer under social links on home page (#175)

This commit is contained in:
Dillon
2020-03-17 01:03:08 +08:00
committed by GitHub
parent 41c2d3a38e
commit 0ca8a4c85b
14 changed files with 581 additions and 549 deletions

View File

@@ -5,7 +5,7 @@
{{- /* Hugo and LoveIt */ -}}
<div class="copyright-line">
{{- $hugo := printf `<a href="https://gohugo.io/" target="_blank" rel="noopener noreffer" title="Hugo %s">Hugo</a>` hugo.Version -}}
{{- printf (T "poweredBySome") $hugo | safeHTML }} | {{ T "theme" }} - <a href="https://github.com/dillonzq/LoveIt" target="_blank" rel="noopener noreffer" title="LoveIt v{{ $scratch.Get "version" }}"><i class="far fa-heart fa-fw"></i> LoveIt</a>
{{- printf (T "poweredBySome") $hugo | safeHTML }} | {{ T "theme" }} - <a href="https://github.com/dillonzq/LoveIt" target="_blank" rel="noopener noreffer" title="LoveIt {{ $scratch.Get "version" }}"><i class="far fa-heart fa-fw"></i> LoveIt</a>
</div>
<div class="copyright-line">