diff options
-rw-r--r-- | new-bootstrap2/templates/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/new-bootstrap2/templates/index.html b/new-bootstrap2/templates/index.html index 5b2134b..4d11a80 100644 --- a/new-bootstrap2/templates/index.html +++ b/new-bootstrap2/templates/index.html @@ -14,6 +14,8 @@ <a class="btn btn-small" href="{{ SITEURL }}/{{ article.url }}">more ...</a> </div> </div> + </div> + <div class="span8"> <hr /> </div> {% endfor %} |