File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 55
66{%- block htmltitle %}
77
8- < link rel ="stylesheet " id ="silktide-consent-manager-css " href ="path-to-css /silktide-consent-manager.css ">
9- < script src ="path-to-js /silktide-consent-manager.js "> </ script >
8+ < link rel ="stylesheet " id ="silktide-consent-manager-css " href ="{{ pathto('_static /silktide-consent-manager.css', 1) }} ">
9+ < script src ="{{ pathto('_static /silktide-consent-manager.js', 1) }} "> </ script >
1010 < script >
1111 silktideCookieBannerManager . updateCookieBannerConfig ( {
1212 background : {
Original file line number Diff line number Diff line change 146146html_static_path = ['_static' ]
147147
148148html_css_files = [
149- 'style.css'
149+ 'style.css' ,
150+ 'silktide-consent-manager.css'
151+ ]
152+
153+ html_js_files = [
154+ 'silktide-consent-manager.js'
150155]
151156
152157# Custom sidebar templates, must be a dictionary that maps document names
You can’t perform that action at this time.
0 commit comments