We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d64b1d commit b4280ccCopy full SHA for b4280cc
config.toml
@@ -38,8 +38,8 @@ defaultContentLanguageInSubdir = false
38
39
# Link custom CSS and JS assets
40
# (relative to /static/css and /static/js respectively)
41
- custom_css = ["cc-fonts.css"]
42
- custom_js = []
+ custom_css = ["slim.css"]
+ custom_js = ["slim.js]
43
44
# Publication types.
45
# Used to categorize publications.
@@ -125,4 +125,4 @@ defaultContentLanguageInSubdir = false
125
url = "https://raw.githubusercontent.com/pymc-learn/pymc-learn/master/docs/logos/pymc_learn_logo.png"
126
width = 50
127
height = 50
128
- alt = "Logo"
+ alt = "Logo"
0 commit comments