diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index a6f2591..8c4041f 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -37,3 +37,4 @@ - [D_DAndrew](https://d-dandrew.github.io) - [Wataru Mizukami](https://github.com/tarumzu) - [Yudi Widiyanto](https://github.com/yudiwdynto) +- [Łukasz Mróz](https://github.com/mrozlukasz) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 2a3a1bf..d4e086b 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -41,6 +41,9 @@ disqusShortname = "yourdiscussshortname" # Custom CSS custom_css = [] + + # Custom JS + custom_js = [] [taxonomies] category = "categories" diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index a5f8b12..416d077 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -60,9 +60,13 @@ {{ end }} {{ range .Site.Params.custom_css }} - + {{ end }} + {{ range .Site.Params.custom_js }} + + {{ end }} +