feat: отключил простмотры и лайки для статей
This commit is contained in:
parent
4036fb658d
commit
2057150a05
|
|
@ -64,8 +64,8 @@ forgejoDefaultServer = "https://v11.next.forgejo.org"
|
|||
|
||||
[article]
|
||||
showDate = true
|
||||
showViews = true
|
||||
showLikes = true
|
||||
showViews = false
|
||||
showLikes = false
|
||||
showDateOnlyInArticle = false
|
||||
showDateUpdated = false
|
||||
showAuthor = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue