From 000ab373552f5cda51dd501525ba4e579f9243d0 Mon Sep 17 00:00:00 2001 From: Paul Duncan Date: Thu, 28 Jul 2016 09:08:37 -0400 Subject: reorganize post views --- data/themes/default/templates/post-project.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 data/themes/default/templates/post-project.html (limited to 'data/themes/default/templates/post-project.html') diff --git a/data/themes/default/templates/post-project.html b/data/themes/default/templates/post-project.html new file mode 100644 index 0000000..725cab0 --- /dev/null +++ b/data/themes/default/templates/post-project.html @@ -0,0 +1,24 @@ + + + + + %{name | h} + + %{styles} + + + + Project: %{name | h}
+ %{body} + +

+ Repo URL: %{repo_url|h} +

+ + + + %{scripts} + -- cgit v1.2.3