diff --git a/_includes/head.html b/_includes/head.html index 3b7a973..fa2c724 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -8,7 +8,8 @@ {{ page.title }} - + + diff --git a/assets/img/favicon.png b/assets/img/favicon.png index 95688c1..622606e 100644 Binary files a/assets/img/favicon.png and b/assets/img/favicon.png differ diff --git a/assets/img/favicon.svg b/assets/img/favicon.svg new file mode 100644 index 0000000..9277fb5 --- /dev/null +++ b/assets/img/favicon.svg @@ -0,0 +1,18 @@ + + + + + + + + + + \ No newline at end of file diff --git a/resources.html b/resources.html index eac4d4e..9d8d708 100644 --- a/resources.html +++ b/resources.html @@ -115,7 +115,7 @@

{{ post.title }}

Case studies

- {% for post in site.categories.case study limit:3 %} + {% for post in site.categories["case study"] limit:3 %}
@@ -135,7 +135,7 @@

{{ post.title }}

- {% for post in site.categories.case study offset:3 %} + {% for post in site.categories["case study"] offset:3 %}

{{ post.title }}