Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wowchemy/starter-academic.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorGeorge Cushen <gcushen@users.noreply.github.com>2019-04-27 11:05:38 +0300
committerGeorge Cushen <gcushen@users.noreply.github.com>2019-04-27 11:05:38 +0300
commit981c56f23619d6d53ef27c0962d662fec70469e3 (patch)
tree53df0ea20b1059e0fea6d4de2fcaa601066aadc0 /config
parentf91b36fb176a7c4664949153fe2601278a102afe (diff)
theme: update to v4.3.0-dev - fix author display and taxonomy links
Diffstat (limited to 'config')
-rw-r--r--config/_default/config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/_default/config.toml b/config/_default/config.toml
index dc9027a3..18ac2ed2 100644
--- a/config/_default/config.toml
+++ b/config/_default/config.toml
@@ -42,7 +42,7 @@ footnotereturnlinkcontents = "<sup>^</sup>"
ignoreFiles = ["\\.ipynb$", ".ipynb_checkpoints$", "\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
[outputs]
- home = [ "HTML", "CSS", "RSS", "JSON" ]
+ home = [ "HTML", "RSS", "JSON" ]
section = [ "HTML", "RSS" ]
# Configure BlackFriday Markdown rendering.