From cb92d2fdd9d4bd9ca7c11a17c90da01f162b089d Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Wed, 14 Apr 2021 11:33:15 +0200 Subject: [PATCH] removed a semicolon that didn't belong --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f47205..e5d0a2d 100644 --- a/README.md +++ b/README.md @@ -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