diff --git a/i18n/en.toml b/i18n/en.toml index b0bd147..b50793a 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -1,2 +1,8 @@ [Contents] other = "Contents" + +[Comments] +other = "Comments" + +[ReadMore] +other = "Read More" diff --git a/layouts/index.html b/layouts/index.html index f86fee9..29104b1 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -31,7 +31,7 @@ {{ end }} {{ if .Site.DisqusShortname }}
- Comments + {{ T "Comments" }}
{{ end }} @@ -41,7 +41,7 @@ {{ .Summary }}

- Read More + {{ T "ReadMore" }}