Rewrite templates/partials for Hugo v0.146.0

This commit is contained in:
Ryan Gibson
2025-04-11 09:32:47 -04:00
parent 0d03681d20
commit baaf251bde
14 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -85,7 +85,7 @@
{{ partial "badge.html" (i18n "article.draft" | emojify) }}
</div>
{{ end }}
{{ if templates.Exists "partials/extend-article-link.html" }}
{{ if templates.Exists "extend-article-link.html" }}
{{ partial "extend-article-link.html" . }}
{{ end }}
</div>