diff --git a/README.md b/README.md index 2d77a42..0ae49a0 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,8 @@ paginate = 5 menuMore = "Show more" readMore = "Read more" readOtherPosts = "Read other posts" + missingContentMessage = "Page not found." + missingBackButtonLabel = "Go Back" [languages.en.params.logo] logoText = "Terminal" diff --git a/i18n/en.toml b/i18n/en.toml deleted file mode 100644 index 64aebda..0000000 --- a/i18n/en.toml +++ /dev/null @@ -1,4 +0,0 @@ -[404-text] -other = "404 Not Found." -[404-link] -other = "Go Back" \ No newline at end of file diff --git a/i18n/zh-CN.toml b/i18n/zh-CN.toml deleted file mode 100644 index d2f6e30..0000000 --- a/i18n/zh-CN.toml +++ /dev/null @@ -1,4 +0,0 @@ -[404-text] -other = "文件找不到了。" -[404-link] -other = "返回" \ No newline at end of file diff --git a/layouts/404.html b/layouts/404.html index 5a41a14..d69471a 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -3,8 +3,8 @@