Skip to content
Snippets Groups Projects
Commit c424df61 authored by Jacek Lebioda's avatar Jacek Lebioda
Browse files

Merge branch '22-disable-http-caching' into 'develop'

feat: prevent from HTTP caching

See merge request R3/howto-cards!156
parents 2cc86aeb 7b1c1573
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ gem "jekyll", "~> 4.0"
gem "bundler", "> 2.0"
gem "minima", "~> 2.5"
gem 'jekyll-theme-lcsb-default', '~> 0.4.2'
gem 'jekyll-theme-lcsb-default', '~> 0.4.5'
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
# uncomment the line below. To upgrade, run `bundle update github-pages`.
......@@ -45,4 +45,4 @@ gem "tzinfo-data", platforms: [:mingw, :mswin, :x64_mingw, :jruby]
# Performance-booster for watching directories on Windows
gem "wdm", "~> 0.1.1" if Gem.win_platform?
gem 'jekyll-spaceship', "0.6.0"
\ No newline at end of file
gem 'jekyll-spaceship', "0.6.0"
......@@ -76,6 +76,7 @@ defaults:
path: ""
values:
image: /assets/favicon/apple-touch-icon.png
preventCaching: true
# GDPR banner settings
banner_title: >-
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment