You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -92,15 +92,15 @@ You can reuse the content of any file in the includes directory using the follow
92
92
93
93
We have several custom options to add to your config `toml` or `yaml`.
94
94
95
-
## `searchOnPage`
95
+
###`searchOnPage`
96
96
Option to add a coveo searchbar on top of the coveo filters on a search results page.
97
97
98
98
Example:
99
99
```toml
100
100
[params]
101
101
searchOnPage = true
102
102
```
103
-
## `featureFlags`
103
+
###`featureFlags`
104
104
Options to add feature flags. Syntax denoted by prefix `disable_`.
105
105
106
106
Example:
@@ -112,7 +112,7 @@ Example:
112
112
disable_qualtrics = true
113
113
```
114
114
115
-
## `typographer`
115
+
###`typographer`
116
116
Options to translate plain ASCII punctuation characters into typographic-punctuation HTML entities. More info [here](https://gohugo.io/configuration/markup/#typographer).
0 commit comments