From 2045f5a03cad43e01ac93a46938098c417e07489 Mon Sep 17 00:00:00 2001 From: sujaykundu777 Date: Mon, 26 Oct 2020 13:50:23 +0530 Subject: [PATCH] added author sidebar widget --- _includes/blog_authors.html | 7 +++++++ _includes/blog_sidebar.html | 9 +++++++-- _posts/2020-10-25-multi-author-support.md | 8 ++++++-- 3 files changed, 20 insertions(+), 4 deletions(-) create mode 100644 _includes/blog_authors.html diff --git a/_includes/blog_authors.html b/_includes/blog_authors.html new file mode 100644 index 000000000..e0ab3b6a0 --- /dev/null +++ b/_includes/blog_authors.html @@ -0,0 +1,7 @@ + \ No newline at end of file diff --git a/_includes/blog_sidebar.html b/_includes/blog_sidebar.html index 8c9bcbe31..ad4fb290e 100644 --- a/_includes/blog_sidebar.html +++ b/_includes/blog_sidebar.html @@ -1,10 +1,15 @@
-
Categories
{%- include blog_categories.html -%}
-
\ No newline at end of file +
+
Authors
+
+ {%- include blog_authors.html -%} +
+
+ diff --git a/_posts/2020-10-25-multi-author-support.md b/_posts/2020-10-25-multi-author-support.md index c920e4540..10eba9d99 100644 --- a/_posts/2020-10-25-multi-author-support.md +++ b/_posts/2020-10-25-multi-author-support.md @@ -128,9 +128,13 @@ author: janedoe This is Jane Doe's Article ``` -Now a page will be created for Jane Doe to showcase her profile and all her posts and details. +Now there will be Authors widget in Blog Sidebar, showing all authors like this : -![Author Page](https://res.cloudinary.com/sujaykundu/image/upload/c_scale,fl_progressive,w_506/v1603643237/1_ee3yke.png) +![Author Sidebar Widget](https://res.cloudinary.com/sujaykundu/image/upload/c_scale,fl_progressive,w_400/v1603700133/3_tiuar0.png) + +Also a Author Profile Page will be created for Jane Doe to showcase her written articles. + +![Author Page](https://res.cloudinary.com/sujaykundu/image/upload/c_scale,fl_progressive,w_400/v1603643237/1_ee3yke.png) Also, below this article you can see the Author Profile Card , who has written the article too ! ;)