From e5c9703914b40a30b4628ca6d7d23eb60f6b853c Mon Sep 17 00:00:00 2001 From: wes Date: Tue, 1 Aug 2017 11:04:52 -0400 Subject: [PATCH] update responsiveness and add side stuff --- src/posts.py | 3 +- src/scripts/app.tag | 140 +++++++++++++++++++++------------------ src/scripts/editor.tag | 1 - src/scripts/menu.tag | 23 +++++++ src/scripts/post.tag | 3 +- src/scripts/social.tag | 12 ++-- src/styles/riotblog.scss | 21 ++++-- src/templates/index.html | 2 +- 8 files changed, 124 insertions(+), 81 deletions(-) create mode 100644 src/scripts/menu.tag 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 @@ - - -
- - - -
-
- - - - - - +
+
+ +
+
+
+
+
+ + +
+ + + +
+ +
+ + + + + + +
+
+