mirror of
https://github.com/13hannes11/hugo-coder-timeline.git
synced 2024-09-04 00:50:58 +02:00
Add custom_js site param for enabling custom js (#182)
* Add custom_js site param for enabling custom js I've hit that when adding Cookie Consent on my web page. https://github.com/insites/cookieconsent * PR Remarks - added Custom JS into exampleSite * Update layouts/_default/baseof.html Co-Authored-By: Luiz F. A. de Prá <luizdepra@users.noreply.github.com> * Update CONTRIBUTORS.md
This commit is contained in:
committed by
Luiz F. A. de Prá
parent
7b4f19f1cd
commit
b54ec3d45b
@@ -41,6 +41,9 @@ disqusShortname = "yourdiscussshortname"
|
||||
|
||||
# Custom CSS
|
||||
custom_css = []
|
||||
|
||||
# Custom JS
|
||||
custom_js = []
|
||||
|
||||
[taxonomies]
|
||||
category = "categories"
|
||||
|
||||
Reference in New Issue
Block a user