projects
/
pgopen2018.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1dd934
)
shift hr to avoid redundancy
author
xenophenes
<xenophenes42@gmail.com>
Tue, 16 May 2017 15:48:25 +0000
(08:48 -0700)
committer
xenophenes
<xenophenes42@gmail.com>
Tue, 16 May 2017 15:48:25 +0000
(08:48 -0700)
templates/pages/blog.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/pages/blog.html
b/templates/pages/blog.html
index 86b925ada557dcc3ebff194a1a9f0f79db92ce71..f22e7d774dd8d77df778981c78ff390cdc66608b 100644
(file)
--- a/
templates/pages/blog.html
+++ b/
templates/pages/blog.html
@@
-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}}