Change printf to print

This commit is contained in:
Will Faught
2023-01-29 11:31:25 -08:00
parent 232f5cf280
commit 5e86a60be0

View File

@@ -35,5 +35,5 @@
</body>
</html>
{{ if not $page.Site.Params.paige.hide_theme_comment }}
{{ printf "<!-- Paige theme from https://github.com/willfaught/paige -->" | safeHTML }}
{{ print "<!-- Paige theme from https://github.com/willfaught/paige -->" | safeHTML }}
{{ end }}