From 67733072374d400744f96a99730d4506c3ddee2a Mon Sep 17 00:00:00 2001 From: Joel Glovier Date: Sat, 15 Feb 2014 23:16:47 -0500 Subject: [PATCH] Use class instead of id for CSS specificity :heart: --- lib/site_template/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/site_template/index.html b/lib/site_template/index.html index 46895032..d7db6e62 100644 --- a/lib/site_template/index.html +++ b/lib/site_template/index.html @@ -2,8 +2,9 @@ layout: default --- -

Blog Posts

+
+
    {% for post in site.posts %}
  • {{ post.title }}