From ce92a791b34525d5ee8a9643e745162ad094c139 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 24 May 2013 11:43:59 -0400 Subject: [PATCH] Fix site url in a few more spots --- _config.yml | 1 - _layouts/home.html | 2 +- _layouts/post.html | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index 4d98fe2b..cb16dcb9 100644 --- a/_config.yml +++ b/_config.yml @@ -1,7 +1,6 @@ title: Minimal Mistakes tagline: Jekyll Theme description: A responsive Jekyll theme with editorial design tendencies. -url: http://mmistakes.github.io/minimal-mistakes # Owner/author information goes here. owner: diff --git a/_layouts/home.html b/_layouts/home.html index 9e4cda73..41e38db5 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -30,7 +30,7 @@
{% for post in site.categories.articles limit:3 %}
-

{{ post.title }}

+

{{ post.title }}

{% if page.description %}{{ page.description }}{% else %}{{ page.content | strip_html | strip_newlines | truncate: 120 }}{% endif %}

{% endfor %} diff --git a/_layouts/post.html b/_layouts/post.html index d6ac3d9b..30580f95 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -51,7 +51,7 @@ {% endif %} {% endfor %} {% if match %} -
  • {{ post.title }}
  • +
  • {{ post.title }}
  • {% endif %} {% endfor %}