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 ea3f645..7cf606e 100644 --- a/_includes/views.html +++ b/_includes/views.html @@ -1,8 +1,8 @@ - {% include loader.html id="views-loader" style="margin-right: 12px" %} - \ No newline at end of file diff --git a/assets/css/heart.css b/assets/css/heart.css index d1b05cc..0bd1c48 100644 --- a/assets/css/heart.css +++ b/assets/css/heart.css @@ -1,11 +1,11 @@ .heart-icon { margin-bottom: -41px; - margin-right: -38px; + margin-right: -40px; display: inline-flex; 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; }