diff --git a/templates/about.html b/templates/about.html new file mode 100644 index 0000000..d4f861a --- /dev/null +++ b/templates/about.html @@ -0,0 +1,48 @@ + + + + +About Photo Assistant + + + + + + + + + + + + + + + + + + + + +
+
+

+{#  About Photo Assistant

#} +  Photo Assistant - About +
+ Built on: {{commits[0].date}} +
+
+
+ Recent commits: +
+ {% for c in commits %} +
+
{{c.date}}
+
{{c.str}}
+
+ {% endfor %} +
+ + + +