mirror of
https://git.adityakumar.xyz/hugo-theme-even.git
synced 2024-11-12 16:19:45 +00:00
fix: data file format error
This commit is contained in:
parent
ffca038a12
commit
f24f847bac
1 changed files with 4 additions and 4 deletions
|
@ -18,20 +18,20 @@ categories = "Categories"
|
||||||
|
|
||||||
[copyright]
|
[copyright]
|
||||||
author = "Author"
|
author = "Author"
|
||||||
link = "Link"
|
|
||||||
lastMod = "LastMod"
|
lastMod = "LastMod"
|
||||||
|
link = "Link"
|
||||||
markdown = "Markdown"
|
markdown = "Markdown"
|
||||||
lincese = "Lincese"
|
lincese = "Lincese"
|
||||||
|
|
||||||
[counter]
|
[counter]
|
||||||
[archives]
|
[counter.archives]
|
||||||
zero = "No Posts"
|
zero = "No Posts"
|
||||||
other = "%d Posts In Total"
|
other = "%d Posts In Total"
|
||||||
|
|
||||||
[tagcloud]
|
[counter.tagcloud]
|
||||||
zero = "No tags"
|
zero = "No tags"
|
||||||
other = "%d Tags In Total"
|
other = "%d Tags In Total"
|
||||||
|
|
||||||
[categories]
|
[counter.categories]
|
||||||
zero = "No Categories"
|
zero = "No Categories"
|
||||||
other = "%d Categories In Total"
|
other = "%d Categories In Total"
|
||||||
|
|
Loading…
Reference in a new issue