mirror of
https://github.com/naoufalzerai/zerai.xyz.git
synced 2025-11-09 23:15:53 +00:00
9 lines
471 B
HTML
9 lines
471 B
HTML
{{- $copyright := . -}}
|
|
<div class="footer-wrap">
|
|
<p class="copyright">{{- $copyright -}}</p>
|
|
<p class="powerby"><span>Powered by </span><a href="https://gohugo.io"
|
|
target="_blank" rel="noopener noreferrer">Hugo</a><span> & </span><a href="https://themes.gohugo.io/hugo-notepadium/"
|
|
target="_blank" rel="noopener noreferrer">Notepadium</a> {{- partial "ipv6ready.html" . -}}</p>
|
|
{{- partial "beian.html" . -}}
|
|
</div>
|