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;
}