removed a semicolon that didn't belong

This commit is contained in:
Gabriele Musco 2021-04-14 11:33:15 +02:00
parent aac07e9b5b
commit cb92d2fdd9
No known key found for this signature in database
GPG Key ID: 8539FD3454380B83
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ summaryLength = 70 # number of words for article summaries
discreteCards = false # enable discrete card style; default false
gridView = false # show post list as a grid. goes well with discreteCards
highlightBgColor = "#34363b"; # card and circle navigation background color for discrete card mode
highlightBgColor = "#34363b" # card and circle navigation background color for discrete card mode
enableSearch = true # enable search page
searchbarEverywhere = true # if the searchbar should be shown in every page; requires enableSearch