🌐 Add extra variables to footer for better i18n

This commit is contained in:
James Panther
2021-10-20 09:31:28 +11:00
parent f9263f5235
commit 0f15206e78
3 changed files with 5 additions and 8 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ error:
404_description: "It seems that the page you've requested does not exist."
footer:
powered_by: "Powered by {{ .Hugo }}"
powered_by: "Powered by {{ .Hugo }} & {{ .Congo }}"
list:
externalurl_title: "Link to external site"
+1 -1
View File
@@ -15,7 +15,7 @@ error:
404_description: "您请求的页面似乎不存在。"
footer:
powered_by: "由 {{ .Hugo }} 强力驱动"
powered_by: "由 {{ .Hugo }} & {{ .Congo }} 强力驱动"
list:
externalurl_title: "链接到外部网站"