diff options
author | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-08-30 15:40:58 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2017-08-30 15:40:58 +0800 |
commit | f24f847bacf0e4aeb2c45ec89fd24aa99dfa77da (patch) | |
tree | 686c435a5d653e3b7f8b88c2f7479d12d76591da /data/even | |
parent | ffca038a1269decd6b6cf01128eae3d9d52fa19c (diff) |
fix: data file format error
Diffstat (limited to 'data/even')
-rw-r--r-- | data/even/en.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/data/even/en.toml b/data/even/en.toml index 45e0a30..41f7560 100644 --- a/data/even/en.toml +++ b/data/even/en.toml @@ -18,20 +18,20 @@ categories = "Categories" [copyright] author = "Author" - link = "Link" lastMod = "LastMod" + link = "Link" markdown = "Markdown" lincese = "Lincese" [counter] - [archives] + [counter.archives] zero = "No Posts" other = "%d Posts In Total" - [tagcloud] + [counter.tagcloud] zero = "No tags" other = "%d Tags In Total" - [categories] + [counter.categories] zero = "No Categories" other = "%d Categories In Total" |