Merge branch 'add-gdpr' into 'latest'
Add GDPR banner for analytics See merge request core-services/jekyll-theme-lcsb-default!44
... | ... | @@ -4,16 +4,18 @@ source "https://rubygems.org" |
gemspec | ||
group :jekyll_plugins do | ||
gem "jekyll-feed", | ||
gem "jekyll-feed", | ||
"~> 0.6" | ||
gem 'jekyll-email-protect', | ||
"~> 1.1" | ||
gem "jekyll-paginate-v2", | ||
"~> 3", | ||
:git => "https://github.com/LCSB-BioCore/jekyll-paginate-v2.git" | ||
gem 'jekyll-theme-lcsb-frozen-components', | ||
'~> 0.0.2', | ||
:git => "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-frozen-components.git", | ||
gem 'jekyll-theme-lcsb-frozen-components', | ||
'~> 0.0.2', | ||
:git => "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-frozen-components.git", | ||
:tag => "0.0.2" | ||
end | ||
end | ||
\ No newline at end of file |
_includes/gdpr-banner.html
0 → 100644
_includes/policy.html
0 → 100644
_sass/minima/_gdpr.scss
0 → 100644