From b2d3b8d0a262012167d05d7a10b8b73755f2c4ac Mon Sep 17 00:00:00 2001 From: Ankit Kumar <139707943+Kumar-Ankit07@users.noreply.github.com> Date: Sat, 22 Jul 2023 00:19:57 +0530 Subject: [PATCH] Added some css in all the project and added link to home page --- _includes/disqus.html | 40 +++++++++++++------- _includes/featuredbox.html | 15 +++++++- _includes/newsletter.html | 15 +++++++- _includes/pagination.html | 37 +++++++++++------- _includes/postbox.html | 15 +++++++- _includes/sidebar.html | 14 ++++++- _includes/style.css | 3 ++ _layouts/archive.html | 15 +++++++- _layouts/default.html | 16 ++++---- {assets/images => _layouts}/favicon.png | Bin {assets/images => _layouts}/logo-footer.png | Bin _layouts/page.html | 16 +++++++- _layouts/post-right-sidebar.html | 15 +++++++- _layouts/post.html | 13 ++++++- _layouts/style2.css | 3 ++ contact.html | 13 ++++++- index.html | 13 ++++++- sponsorcontact.html | 14 ++++++- style1.css | 3 ++ 19 files changed, 208 insertions(+), 52 deletions(-) create mode 100644 _includes/style.css rename {assets/images => _layouts}/favicon.png (100%) rename {assets/images => _layouts}/logo-footer.png (100%) create mode 100644 _layouts/style2.css create mode 100644 style1.css diff --git a/_includes/disqus.html b/_includes/disqus.html index 308983f..6d59b55 100644 --- a/_includes/disqus.html +++ b/_includes/disqus.html @@ -1,14 +1,26 @@ -
-
- - - comments powered by Disqus -
+ + + + + + Document + + + +
+
+ + + comments powered by Disqus +
+ + + \ No newline at end of file diff --git a/_includes/featuredbox.html b/_includes/featuredbox.html index 252a14f..38d4baf 100644 --- a/_includes/featuredbox.html +++ b/_includes/featuredbox.html @@ -1,4 +1,13 @@ - + + + + + + Document + + + + {% assign author = site.authors[post.author] %}
@@ -33,4 +42,6 @@

{{ post.excerpt | strip_html | truncatewords:25 }}

- \ No newline at end of file + + + \ No newline at end of file diff --git a/_includes/newsletter.html b/_includes/newsletter.html index feb9abf..ed00d25 100644 --- a/_includes/newsletter.html +++ b/_includes/newsletter.html @@ -1,4 +1,13 @@ - + + + + + + Document + + + + @@ -25,4 +34,6 @@

Sign up to get our weekly free guide to selling digital downloads

- \ No newline at end of file + + + \ No newline at end of file diff --git a/_includes/pagination.html b/_includes/pagination.html index 8796c2f..252d2f2 100644 --- a/_includes/pagination.html +++ b/_includes/pagination.html @@ -1,13 +1,24 @@ - \ No newline at end of file + + + + + + Document + + + + + + \ No newline at end of file diff --git a/_includes/postbox.html b/_includes/postbox.html index c3566d3..f0744b3 100644 --- a/_includes/postbox.html +++ b/_includes/postbox.html @@ -1,4 +1,13 @@ - + + + + + + Document + + + + {% assign author = site.authors[post.author] %}
@@ -27,4 +36,6 @@

{{ post.excerpt | strip_html | truncatewords:30 }}

- \ No newline at end of file + + + \ No newline at end of file diff --git a/_includes/sidebar.html b/_includes/sidebar.html index ef22b73..33c6374 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -1,5 +1,14 @@ - - \ No newline at end of file + + + \ No newline at end of file diff --git a/_layouts/default.html b/_layouts/default.html index 265c45e..769795b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -13,7 +13,7 @@ {{site.sharethis}} - + {% if jekyll.environment == 'production' %}