shift hr to avoid redundancy
authorxenophenes <xenophenes42@gmail.com>
Tue, 16 May 2017 15:48:25 +0000 (08:48 -0700)
committerxenophenes <xenophenes42@gmail.com>
Tue, 16 May 2017 15:48:25 +0000 (08:48 -0700)
templates/pages/blog.html

index 86b925ada557dcc3ebff194a1a9f0f79db92ce71..f22e7d774dd8d77df778981c78ff390cdc66608b 100644 (file)
@@ -4,10 +4,9 @@
 {%block content%}
 <!-- Main -->
 <h1>Blog</h1>
-
+<hr>
 {%for blog in blogposts %}
   <!-- Sponsorship -->
-  <hr>
   <h3>{{blog.title}}</h3>
   <h4>Posted By: {{blog.sponsorname}} on {{blog.posttime|datetimeformat('%A, %B %d')}}</h4>
   {{blog.content|markdown}}