From d7fc01f0316d8678c8628c1e80c0d3754cd938b1 Mon Sep 17 00:00:00 2001 From: Stefano Gerli Date: Fri, 31 May 2019 10:14:04 -0600 Subject: [PATCH 1/3] Version css files --- _includes/head.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index ef42d19..9ec4834 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -5,8 +5,8 @@ - - + + From 499e9c822b24f817c95d42981e97baac2e40fcb5 Mon Sep 17 00:00:00 2001 From: Stefano Gerli Date: Fri, 31 May 2019 10:14:21 -0600 Subject: [PATCH 2/3] Add permalink to blog --- blog/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/blog/index.html b/blog/index.html index 31c9de4..3b27dcd 100644 --- a/blog/index.html +++ b/blog/index.html @@ -1,6 +1,8 @@ --- layout: default title: "Blog" + +permalink: /blog/ ---
{% for post in paginator.posts %} @@ -9,7 +11,7 @@

{{ post.title }}

{{ post.content }} -
+ {% endfor %} From 76dacecb4d1f9b9dca056d945aceacd1ce6c2cdf Mon Sep 17 00:00:00 2001 From: Stefano Gerli Date: Fri, 31 May 2019 10:32:12 -0600 Subject: [PATCH 3/3] Missing logo import --- css/common.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/css/common.scss b/css/common.scss index 91064ae..9b5498d 100644 --- a/css/common.scss +++ b/css/common.scss @@ -6,6 +6,7 @@ @import 'fonts'; @import 'text'; @import 'header'; +@import 'logo'; @import 'navbar'; @import 'footer'; @import 'section';