diff options
-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" |