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 %}