From 89ee9009474257da8592bbc7b1d220817030f4db Mon Sep 17 00:00:00 2001 From: Oscar Cortez Date: Sat, 18 Jul 2015 23:21:16 -0600 Subject: [PATCH] Add validation for use images in the post --- _includes/highlight_post.html | 4 +--- index.html | 4 ++-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/_includes/highlight_post.html b/_includes/highlight_post.html index 2a9f04f..9728130 100644 --- a/_includes/highlight_post.html +++ b/_includes/highlight_post.html @@ -1,9 +1,7 @@ {% assign post = site.posts.first %}
-
- play_circle_filled -
+
diff --git a/index.html b/index.html index b03478c..9577bb4 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ layout: default
{% for post in site.posts offset:1 %}
-
+

{{ post.title }}

@@ -40,7 +40,7 @@ layout: default
{% for post in site.posts %}
-
+

{{ post.title }}