From 08ac020ce55a69e50769f231801c851421f717ea Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Sun, 6 Feb 2022 17:26:01 +0800 Subject: [PATCH] fa: fav4-ify --- _includes/archive-single.html | 2 +- _includes/author-profile.html | 2 +- _includes/comments-providers/staticman.html | 2 +- _includes/comments-providers/staticman_v2.html | 2 +- _includes/comments.html | 4 ++-- _includes/footer.html | 2 +- _includes/head.html | 1 - _includes/page__meta.html | 4 ++-- _includes/toc | 2 +- _layouts/single.html | 4 ++-- _plugins/anchor.rb | 2 +- _sass/minimal-mistakes/_colors.scss | 5 +---- 12 files changed, 14 insertions(+), 18 deletions(-) diff --git a/_includes/archive-single.html b/_includes/archive-single.html index 969f1f1..e399ea5 100644 --- a/_includes/archive-single.html +++ b/_includes/archive-single.html @@ -25,7 +25,7 @@ {% endif %}

{% if post.link %} - {{ title }} Permalink + {{ title }} Permalink {% else %} {{ title }} {% endif %} diff --git a/_includes/author-profile.html b/_includes/author-profile.html index 55e263f..a8356e4 100644 --- a/_includes/author-profile.html +++ b/_includes/author-profile.html @@ -41,7 +41,7 @@ {% if author.links %} {% for link in author.links %} {% if link.label and link.url %} -
  • {{ link.label }}
  • +
  • {{ link.label }}
  • {% endif %} {% endfor %} {% endif %} diff --git a/_includes/comments-providers/staticman.html b/_includes/comments-providers/staticman.html index ae3991d..c83fea6 100644 --- a/_includes/comments-providers/staticman.html +++ b/_includes/comments-providers/staticman.html @@ -5,7 +5,7 @@ var form = this; $(form).addClass('disabled'); - $('#comment-form-submit').html(' {{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}'); + $('#comment-form-submit').html(' {{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}'); $.ajax({ type: $(this).attr('method'), diff --git a/_includes/comments-providers/staticman_v2.html b/_includes/comments-providers/staticman_v2.html index 3d8ba11..1969423 100644 --- a/_includes/comments-providers/staticman_v2.html +++ b/_includes/comments-providers/staticman_v2.html @@ -5,7 +5,7 @@ var form = this; $(form).addClass('disabled'); - $('#comment-form-submit').html(' {{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}'); + $('#comment-form-submit').html(' {{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}'); $.ajax({ type: $(this).attr('method'), diff --git a/_includes/comments.html b/_includes/comments.html index d2695c9..127e582 100644 --- a/_includes/comments.html +++ b/_includes/comments.html @@ -39,7 +39,7 @@

    {{ site.data.ui-text[site.locale].comment_form_info | default: "Your email address will not be published. Required fields are marked" }} *

    - + {{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}
    @@ -113,7 +113,7 @@

    {{ site.data.ui-text[site.locale].comment_form_info | default: "Your email address will not be published. Required fields are marked" }} *

    - + {{ site.data.ui-text[site.locale].loading_label | default: "Loading..." }}
    diff --git a/_includes/footer.html b/_includes/footer.html index b39e979..532a17e 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -3,7 +3,7 @@ {% if site.footer.links %} {% for link in site.footer.links %} {% if link.label and link.url %} -
  • {{ link.label }}
  • +
  • {{ link.label }}
  • {% endif %} {% endfor %} {% endif %} diff --git a/_includes/head.html b/_includes/head.html index 2bec68b..6269a05 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -13,4 +13,3 @@ {% endif %} - diff --git a/_includes/page__meta.html b/_includes/page__meta.html index ab6f850..c5c7d30 100644 --- a/_includes/page__meta.html +++ b/_includes/page__meta.html @@ -4,7 +4,7 @@ {% if document.show_date and document.date %} {% assign date = document.date %} - + {% endif %} @@ -16,7 +16,7 @@ {% assign words = document.content | strip_html | number_of_words %} - + {% if words < words_per_minute %} {{ site.data.ui-text[site.locale].less_than | default: "less than" }} 1 {{ site.data.ui-text[site.locale].minute_read | default: "minute read" }} {% elsif words == words_per_minute %} diff --git a/_includes/toc b/_includes/toc index 6423ccd..6304216 100644 --- a/_includes/toc +++ b/_includes/toc @@ -1,6 +1,6 @@