_includes/footer.html in jekyll-lux-covid-theme-0.1.0 vs _includes/footer.html in jekyll-lux-covid-theme-0.1.1
- old
+ new
@@ -30,15 +30,21 @@
<li><a href="http://www.lcsb.lu/"><img class="mini-logo" src="{{ 'assets/logos/lcsb.svg' | relative_url }}" /></a></li>
<li><a href="http://www.elixir-luxembourg.org/"><img class="mini-logo" src="{{ 'assets/logos/elixirlu.svg' | relative_url }}" /></a></li>
</ul>
</div>
</p>
-
+ {% if site.siteID > 0 %}
+ {%- include policy.html -%}
+ {% endif %}
{%- include social.html -%}
</div>
</div>
</footer>
{%- comment -%}
Placed in the bottom not to block loading of the other assets.
{%- endcomment -%}
-<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600&display=swap" rel="stylesheet">
\ No newline at end of file
+<link href="{{ '/assets/css2.css' | relative_url }}" rel="stylesheet">
+
+{% if site.siteID > 0 %}
+ {%- include gdpr-banner.html -%}
+{% endif %}