mirror of
https://github.com/alanorth/hugo-theme-bootstrap4-blog.git
synced 2024-11-17 09:47:05 +01:00
exampleSite/config.toml: Document disable_sri option
This commit is contained in:
parent
a81ed6803b
commit
90541bf8ff
@ -74,6 +74,10 @@ paginate = 5
|
||||
# Display post summaries instead of content in list templates (default: true)
|
||||
#truncate = true
|
||||
|
||||
# Disable the use of sub-resource integrity on CSS/JS assets (default: false)
|
||||
# Useful if you're using a CDN or other host where you can't control cache headers
|
||||
#disable_sri = false
|
||||
|
||||
[params.sidebar]
|
||||
# Optional about block for sidebar (can be Markdown)
|
||||
about = "A simple Hugo theme based on the [Bootstrap v4 blog example](http://v4-alpha.getbootstrap.com/examples/blog/)."
|
||||
|
Loading…
Reference in New Issue
Block a user