web: updated blog navigation, fixed jquery conflict

This commit is contained in:
Eberhard Graether
2016-12-14 15:41:55 +01:00
parent be7addb626
commit 157e78a84b
7 changed files with 154 additions and 273 deletions
+13
View File
@@ -32,4 +32,17 @@ $(".content-toggle").each(function(index) {
</script>
<script>
window.cookieconsent.initialise({
layout: 'basic',
palette:{
popup: { background: "#ffffff", text: "#636363" },
button: { background: "#2e3c85" },
},
content: { href: "{{ site.url }}/privacy-policy" },
law: { regionalLaw: false },
location: true,
});
</script>
{% if page.comments != false %}{% include disqus_comments.html %}{% endif %}