diff --git a/src/posts.py b/src/posts.py index 484daa9..924b58a 100644 --- a/src/posts.py +++ b/src/posts.py @@ -27,7 +27,8 @@ class Posts: doc = { "title" : title, "content" : content, - "author" : author + "author" : author, + "type" : "post" } print("post was saved %s" % doc) diff --git a/src/scripts/app.tag b/src/scripts/app.tag index 6e7abea..49d5c8b 100644 --- a/src/scripts/app.tag +++ b/src/scripts/app.tag @@ -1,65 +1,81 @@ - - -
- - - -
-
- - - - - - +
+
+ +
+
+
+
+
+ + +
+ + + +
+ +
+ + + + + + +
+
+