Escape ampersand in HTML

This commit is contained in:
Alexander Zhang 2023-03-07 22:55:38 -08:00
parent d67462d0f3
commit d3d7d778ad

View File

@ -7,7 +7,7 @@
{{- end }}
<span>
Powered by
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &
<a href="https://gohugo.io/" rel="noopener noreferrer" target="_blank">Hugo</a> &amp;
<a href="https://github.com/adityatelange/hugo-PaperMod/" rel="noopener" target="_blank">PaperMod</a>
</span>
</footer>