CSS adjustments to headers

This commit is contained in:
Tetsuro
2015-12-04 19:21:57 -05:00
parent 8e3dcf49ba
commit 88e774cb40
14 changed files with 260 additions and 9 deletions
-15
View File
@@ -1,15 +0,0 @@
---
layout: default
---
CONTROL FLOW HERE
sss
{% for doc in site.collections["tags"].docs %}
<div id="{{ doc.title }}" class="content__item">
<h2 class="content__header">{{ doc.title }}</h2>
<div class="content">
{{ doc.content }}
</div>
</div>
{% endfor %}