From 9452dd0db9d35e7a7fa72a4fc6b1de6f9635c0dd Mon Sep 17 00:00:00 2001 From: Brian Greig Date: Wed, 25 Jul 2018 22:30:48 -0400 Subject: [PATCH] fixing baseurl --- _config.yml | 4 ++-- _includes/post-heading.html | 2 +- index.html | 2 +- recipes.html | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/_config.yml b/_config.yml index 4aa921ea..fde0f619 100755 --- a/_config.yml +++ b/_config.yml @@ -3,7 +3,7 @@ title: Treat Template url: "https://spring-bat.cloudvent.net/" -baseurl: +baseurl: google_analytics_key: newsletter_action: disqus_shortname: @@ -87,4 +87,4 @@ social_icons: _options: author_image: width: 400 - height: 400 \ No newline at end of file + height: 400 diff --git a/_includes/post-heading.html b/_includes/post-heading.html index 4823c183..fe781078 100644 --- a/_includes/post-heading.html +++ b/_includes/post-heading.html @@ -4,7 +4,7 @@ {% endif %}

- + {{ include.post.title }}

diff --git a/index.html b/index.html index a47efb87..fb10db49 100755 --- a/index.html +++ b/index.html @@ -11,7 +11,7 @@ {{ post.excerpt }} -

Read more

+

Read more

{% endfor %} diff --git a/recipes.html b/recipes.html index d8d1241c..f4459a79 100644 --- a/recipes.html +++ b/recipes.html @@ -12,9 +12,9 @@

{{ category[0] }}

{% for recipe in category[1] %} {% endfor %}
{% endfor %} -{% endif %} \ No newline at end of file +{% endif %}