diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html
index 4096851..38525c6 100644
--- a/layouts/_default/baseof.html
+++ b/layouts/_default/baseof.html
@@ -1,4 +1,4 @@
-{{ partial "credit.html" }}
+{{ i18n "credit_comment" | safeHTML }}
{{ partial "head.html" . }}
diff --git a/layouts/partials/credit.html b/layouts/partials/credit.html
deleted file mode 100644
index e2f8ac1..0000000
--- a/layouts/partials/credit.html
+++ /dev/null
@@ -1 +0,0 @@
-{{ i18n "credit_comment" | safeHTML }}