projects
/
pgopen2018.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2c33a3
)
use markdown
author
Stephen Frost
<sfrost@snowman.net>
Tue, 28 Feb 2017 03:24:14 +0000
(22:24 -0500)
committer
Stephen Frost
<sfrost@snowman.net>
Tue, 28 Feb 2017 03:24:14 +0000
(22:24 -0500)
templates/pages/blog.html
patch
|
blob
|
blame
|
history
diff --git
a/templates/pages/blog.html
b/templates/pages/blog.html
index 33f41f73ddc23615dc79e084c84ce8a32138b9ac..f627f2d0d15b328a3a67b234ffadf49d6f635515 100644
(file)
--- a/
templates/pages/blog.html
+++ b/
templates/pages/blog.html
@@
-17,7
+17,7
@@
<hr>
<h3>{{blog.title}}</h3>
<h4>Posted By: {{blog.sponsorname}} on {{blog.posttime|datetimeformat('%A, %B %d')}}</h4>
- {{blog.content}}
+ {{blog.content
|markdown
}}
<hr>
</section>
{%endfor%}