From 86d11b759a1614c110a80ac8ffbdcc3bb11e4dda Mon Sep 17 00:00:00 2001 From: Bangara Raju Kottedi Date: Sat, 26 Aug 2023 09:54:20 +0530 Subject: [PATCH 1/4] likes and view ui changes --- _includes/views.html | 2 +- assets/css/heart.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/views.html b/_includes/views.html index ea3f645..4e8c239 100644 --- a/_includes/views.html +++ b/_includes/views.html @@ -1,4 +1,4 @@ - {% include loader.html id="views-loader" style="margin-right: 12px" %} diff --git a/assets/css/heart.css b/assets/css/heart.css index d1b05cc..6ef79d8 100644 --- a/assets/css/heart.css +++ b/assets/css/heart.css @@ -1,6 +1,6 @@ .heart-icon { margin-bottom: -41px; - margin-right: -38px; + margin-right: -37px; display: inline-flex; width: 46px; height: 46px; From e329944c13169c7c590b152278a1be432bb61301 Mon Sep 17 00:00:00 2001 From: Bangara Raju Kottedi Date: Sat, 26 Aug 2023 10:07:50 +0530 Subject: [PATCH 2/4] views and likes ui changes --- _includes/views.html | 2 +- assets/css/heart.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/views.html b/_includes/views.html index 4e8c239..0c5107d 100644 --- a/_includes/views.html +++ b/_includes/views.html @@ -1,4 +1,4 @@ - {% include loader.html id="views-loader" style="margin-right: 12px" %} diff --git a/assets/css/heart.css b/assets/css/heart.css index 6ef79d8..b6c17e5 100644 --- a/assets/css/heart.css +++ b/assets/css/heart.css @@ -1,6 +1,6 @@ .heart-icon { margin-bottom: -41px; - margin-right: -37px; + margin-right: -40px; display: inline-flex; width: 46px; height: 46px; From 1c126f2e8291322843f9175d35affbb9486a6514 Mon Sep 17 00:00:00 2001 From: Bangara Raju Kottedi Date: Sat, 26 Aug 2023 10:19:26 +0530 Subject: [PATCH 3/4] views ui changes --- _includes/views.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/views.html b/_includes/views.html index 0c5107d..6210593 100644 --- a/_includes/views.html +++ b/_includes/views.html @@ -1,4 +1,4 @@ - {% include loader.html id="views-loader" style="margin-right: 12px" %} From 77941192583076c00b63156774fb28c26e73ebd3 Mon Sep 17 00:00:00 2001 From: Bangara Raju Kottedi Date: Sat, 26 Aug 2023 13:05:54 +0530 Subject: [PATCH 4/4] changed url access from blog.domain.in to domain.in/blog --- _config.yml | 2 +- _includes/comments/remark42.html | 2 +- _includes/head.html | 2 +- _includes/likes.html | 4 ++-- _includes/views.html | 2 +- assets/css/heart.css | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_config.yml b/_config.yml index 193e88c..8b62985 100644 --- a/_config.yml +++ b/_config.yml @@ -6,7 +6,7 @@ theme: jekyll-theme-chirpy # Change the following value to '/PROJECT_NAME' ONLY IF your site type is GitHub Pages Project sites # and doesn't have a custom domain. -baseurl: "" +baseurl: "/blog" # The language of the webpage › http://www.lingoes.net/en/translator/langcode.htm # If it has the same name as one of the files in folder `_data/locales`, the layout language will also be changed, diff --git a/_includes/comments/remark42.html b/_includes/comments/remark42.html index 0bd6edd..5e2de52 100644 --- a/_includes/comments/remark42.html +++ b/_includes/comments/remark42.html @@ -1,4 +1,4 @@
- \ No newline at end of file + \ No newline at end of file diff --git a/_includes/head.html b/_includes/head.html index ad7f878..16f48dd 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -86,7 +86,7 @@ {% endif %} - + {% unless site.theme_mode %} {% include mode-toggle.html %} diff --git a/_includes/likes.html b/_includes/likes.html index 4f52229..9f5628e 100644 --- a/_includes/likes.html +++ b/_includes/likes.html @@ -1,7 +1,7 @@ - + {% include loader.html id="likes-loader" %} - \ No newline at end of file + \ No newline at end of file diff --git a/_includes/views.html b/_includes/views.html index 6210593..7cf606e 100644 --- a/_includes/views.html +++ b/_includes/views.html @@ -4,5 +4,5 @@ - \ No newline at end of file diff --git a/assets/css/heart.css b/assets/css/heart.css index b6c17e5..0bd1c48 100644 --- a/assets/css/heart.css +++ b/assets/css/heart.css @@ -5,7 +5,7 @@ width: 46px; height: 46px; transform: translate(-50%, -50%); - background: url(/assets/img/custom/heart.png) no-repeat; + background: url(../img/custom/heart.png) no-repeat; background-position: 0 0; cursor: pointer; }