File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -164,13 +164,13 @@ version_menu = "Versions"
164164 disable = false
165165
166166# added the user feedback module
167- # [params.ui.feedback]
168- # enable = true
169- # yes = 'Glad to hear it'
170- # no = 'Sorry to hear that'
167+ [params .ui .feedback ]
168+ enable = true
169+ yes = ' Glad to hear it'
170+ no = ' Sorry to hear that'
171171
172172# relativeURLs = true
173- canonifyURLs = true
173+ # canonifyURLs = true
174174
175175[markup ]
176176 defaultMarkdownHandler = ' goldmark'
@@ -185,3 +185,11 @@ canonifyURLs = true
185185 [markup .goldmark .parser .attribute ]
186186 block = true
187187 title = true
188+
189+ [module ]
190+ [[module .mounts ]]
191+ source = ' assets'
192+ target = ' assets'
193+ [[module .mounts ]]
194+ source = ' static'
195+ target = ' assets'
You can’t perform that action at this time.
0 commit comments