all repos — archive/homestead @ 33171a749162685e42650f82041cd2af0136718d

My future indieweb platform

feat(posts): render posts as markdown

Alan Pearce
commit

33171a749162685e42650f82041cd2af0136718d

parent

1a36d4dc311a86246fe854da888af01f8195368e

1 file changed, 1 insertion(+), 1 deletion(-)

changed files
M src/views/post.htmlsrc/views/post.html
@@ -1,3 +1,3 @@
{{ post.data.title }} -{{ post.content }} +{{ post.body | safe }}