Rename classes for consistency

This commit is contained in:
Michael Rose
2016-02-22 21:44:55 -05:00
parent a572dbaae0
commit ddb78bf337
5 changed files with 57 additions and 88 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ layout: default
{% include absolute-url.liquid %}
<div id="index">
<div class="archive">
<h1>{{ page.title }}</h1>
{% capture written_year %}'None'{% endcapture %}
{% for post in site.posts %}
@@ -22,4 +22,4 @@ layout: default
{% endif %}
</article>
{% endfor %}
</div><!-- /#index -->
</div><!-- /.archive -->