From f3094f8951eb14a1b27a507ed80662e7802716af Mon Sep 17 00:00:00 2001 From: Mitchell Date: Mon, 30 Nov 2020 13:12:59 -0600 Subject: [PATCH 1/2] updated blog page --- _layouts/post.html | 27 +++++-- _layouts/sidbar_removed.html | 2 +- _sass/main.scss | 8 +- allPosts.html | 2 +- assets/css/main.css | 6 +- assets/css/main.css.map | 2 +- payment.html | 25 ------- tags | 139 ++++++++++++++++++++++++++++++++++- 8 files changed, 172 insertions(+), 39 deletions(-) delete mode 100644 payment.html diff --git a/_layouts/post.html b/_layouts/post.html index b85ca0d6..e9ff795d 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -1,7 +1,20 @@ -

{{ page.title }}

- - -{{ content }} \ No newline at end of file + + + + {{ page.title }} + + + + +

{{ page.title }}

+
+ {{ page.date | date: "%b %-d, %Y" }} +
+
+ {{ content }} +
+ + diff --git a/_layouts/sidbar_removed.html b/_layouts/sidbar_removed.html index fb22862f..a54e9395 100644 --- a/_layouts/sidbar_removed.html +++ b/_layouts/sidbar_removed.html @@ -5,7 +5,7 @@ -
+
{{ content }} {% include footer.html %}
diff --git a/_sass/main.scss b/_sass/main.scss index 0c1355b3..b663f53d 100644 --- a/_sass/main.scss +++ b/_sass/main.scss @@ -2111,7 +2111,8 @@ transition: 0.5s; border-radius: 10px; border-radius: 10px 10px 10px 10px; - width: 130%; + width: auto; + margin-bottom: 8px; } .cards:hover { @@ -2174,3 +2175,8 @@ display: none; } } + +/* All blogs page view */ +.all-post-header{ + text-align: center; +} diff --git a/allPosts.html b/allPosts.html index cbf6c12a..a1b8d83d 100644 --- a/allPosts.html +++ b/allPosts.html @@ -42,7 +42,7 @@

All Posts