From 30560491423e704f7f1f3502f1e9b5b47a7b5b31 Mon Sep 17 00:00:00 2001 From: "Aaron S. Hawley" Date: Wed, 5 Dec 2018 14:12:23 -0500 Subject: [PATCH] Use relative_url intead of baseurl --- _includes/head.html | 6 +++--- _includes/social_links.html | 2 +- _layouts/post.html | 2 +- index.html | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_includes/head.html b/_includes/head.html index 260baab76a..4c183590a0 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -18,11 +18,11 @@ {% if site.fb_page %}{% endif %} {% if page.categories %}{% endif %} - - + + - + {% if site.extended_fonts %} diff --git a/_includes/social_links.html b/_includes/social_links.html index 4762bc9dd8..831d2480ae 100644 --- a/_includes/social_links.html +++ b/_includes/social_links.html @@ -12,7 +12,7 @@ {% if site.stackoverflow_id %} {% endif %} - + {% if site.twitter_username %} {% endif %} diff --git a/_layouts/post.html b/_layouts/post.html index f4c487ae6d..22031d00fd 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -62,7 +62,7 @@

{{ page.title }}

{{ site.text.post.related_posts }}

{% for post in site.related_posts %}
- +

{{ post.title }}

{{ post.summary }}

diff --git a/index.html b/index.html index 7ce040acb4..4c52aa7877 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ {% for post in paginator.posts %}
-

{{ post.title }}

+

{{ post.title }}

{% if post.summary %} {{ post.summary }}