diff options
| author | Barry Clark <barry@barryclark.co> | 2014-06-01 18:54:37 -0400 |
|---|---|---|
| committer | Barry Clark <barry@barryclark.co> | 2014-06-01 18:54:37 -0400 |
| commit | d63696d065bd91dc173093741d6020699bdd770c (patch) | |
| tree | c41c347c9a7425966a4cf54232d740811e729878 /index.html | |
| parent | 734a6bba41370d919d3a74466b1a75ce50b2829d (diff) | |
| download | acn-blog-d63696d065bd91dc173093741d6020699bdd770c.tar.gz acn-blog-d63696d065bd91dc173093741d6020699bdd770c.tar.bz2 acn-blog-d63696d065bd91dc173093741d6020699bdd770c.zip | |
Largely unsuccessful attempt to fix markup tag indenting
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -4,15 +4,15 @@ layout: default <div class="posts"> {% for post in site.posts %} - <article class="post"> - - <h1><a href="{{ post.url }}">{{ post.title }}</a></h1> + <article class="post"> + + <h1><a href="{{ post.url }}">{{ post.title }}</a></h1> - <div class="entry"> - {{ post.content | truncatewords:40}} - </div> - - <a href="{{ post.url }}" class="read-more">Read More</a> - </article> + <div class="entry"> + {{ post.content | truncatewords:40}} + </div> + + <a href="{{ post.url }}" class="read-more">Read More</a> + </article> {% endfor %} </div>
\ No newline at end of file |
