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" | ... | @@ -4,16 +4,18 @@ source "https://rubygems.org" |
gemspec | gemspec | ||
group :jekyll_plugins do | group :jekyll_plugins do | ||
gem "jekyll-feed", | gem "jekyll-feed", | ||
"~> 0.6" | "~> 0.6" | ||
gem 'jekyll-email-protect', | |||
"~> 1.1" | |||
gem "jekyll-paginate-v2", | gem "jekyll-paginate-v2", | ||
"~> 3", | "~> 3", | ||
:git => "https://github.com/LCSB-BioCore/jekyll-paginate-v2.git" | :git => "https://github.com/LCSB-BioCore/jekyll-paginate-v2.git" | ||
gem 'jekyll-theme-lcsb-frozen-components', | gem 'jekyll-theme-lcsb-frozen-components', | ||
'~> 0.0.2', | '~> 0.0.2', | ||
:git => "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-frozen-components.git", | :git => "https://git-r3lab.uni.lu/core-services/jekyll-theme-lcsb-frozen-components.git", | ||
:tag => "0.0.2" | :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