diff --git a/_includes/footer.html b/_includes/footer.html index ecba48c..32d206d 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,4 +1,4 @@ diff --git a/_layouts/article-list.html b/_layouts/article-list.html index f4d31b8..da740ab 100644 --- a/_layouts/article-list.html +++ b/_layouts/article-list.html @@ -2,6 +2,8 @@ {% include head.html %} + +
{% include cookie-notice.html %} diff --git a/_layouts/home.html b/_layouts/home.html new file mode 100644 index 0000000..e17a207 --- /dev/null +++ b/_layouts/home.html @@ -0,0 +1,29 @@ + + + {% include head.html %} + + + + + + + {% include cookie-notice.html %} + + + {% include navbar.html %} + +