From 6ac900db4a21aa4a9b918bf9d3c1f81e754587e8 Mon Sep 17 00:00:00 2001 From: Josh Johanning Date: Wed, 1 Nov 2023 10:25:30 -0500 Subject: [PATCH 1/4] Updating to Chirpy 6.2.3 --- .github/workflows/pages-deploy.yml | 8 +- Gemfile | 7 +- _config.yml | 19 +- _data/contact.yml | 2 +- _data/locales/de-DE.yml | 9 +- _data/locales/en.yml | 2 +- _data/locales/ru-RU.yml | 46 +- _data/locales/tr-TR.yml | 8 +- _data/origin/basic.yml | 8 +- _data/origin/cors.yml | 30 +- _data/share.yml | 2 +- _includes/comments/disqus.html | 3 +- _includes/comments/giscus.html | 1 + _includes/comments/utterances.html | 45 +- _includes/datetime.html | 9 +- _includes/embed/twitch.html | 9 +- _includes/embed/youtube.html | 7 +- _includes/footer.html | 58 +-- _includes/head.html | 6 +- _includes/js-selector.html | 4 +- _includes/notification.html | 24 ++ _includes/post-nav.html | 21 +- _includes/post-paginator.html | 152 +++---- _includes/post-sharing.html | 10 +- _includes/refactor-content.html | 138 +++--- _includes/related-posts.html | 74 ++-- _includes/search-loader.html | 18 +- _includes/search-results.html | 2 +- _includes/sidebar.html | 57 +-- _includes/toc.html | 6 +- _includes/topbar.html | 27 +- _includes/trending-tags.html | 6 +- _includes/update-list.html | 8 +- _javascript/_copyright | 4 +- _javascript/home.js | 4 +- _javascript/modules/components/clipboard.js | 9 +- .../modules/components/img-lazyload.js | 27 -- _javascript/modules/components/img-loading.js | 61 +++ .../modules/components/search-display.js | 16 +- _javascript/modules/components/toc.js | 6 +- _javascript/modules/plugins.js | 2 +- _javascript/page.js | 4 +- _javascript/post.js | 6 +- _layouts/archives.html | 37 +- _layouts/category.html | 4 +- _layouts/default.html | 87 ++-- _layouts/home.html | 96 +++-- _layouts/page.html | 74 +--- _layouts/post.html | 210 ++++----- _layouts/tag.html | 4 +- _sass/addon/commons.scss | 399 ++++++++---------- _sass/addon/module.scss | 33 +- _sass/addon/syntax.scss | 82 ++-- _sass/addon/variables.scss | 18 +- _sass/colors/dark-syntax.scss | 91 ---- _sass/colors/light-syntax.scss | 83 ---- _sass/colors/syntax-dark.scss | 164 +++++++ _sass/colors/syntax-light.scss | 214 ++++++++++ ...k-typography.scss => typography-dark.scss} | 38 +- ...-typography.scss => typography-light.scss} | 32 +- _sass/layout/category-tag.scss | 5 - _sass/layout/home.scss | 82 ++-- _sass/layout/post.scss | 148 +++---- _sass/{jekyll-theme-chirpy.scss => main.scss} | 10 +- assets/404.html | 4 +- .../{style.scss => jekyll-theme-chirpy.scss} | 2 +- assets/js/data/swcache.js | 65 ++- assets/js/dist/categories.min.js | 6 +- assets/js/dist/commons.min.js | 6 +- assets/js/dist/home.min.js | 6 +- assets/js/dist/misc.min.js | 6 +- assets/js/dist/page.min.js | 6 +- assets/js/dist/post.min.js | 6 +- assets/js/pwa/sw.js | 115 +++-- assets/lib | 2 +- jekyll-theme-chirpy.gemspec | 4 +- package.json | 18 +- tools/init | 40 +- tools/release | 187 ++++---- tools/test | 5 +- 80 files changed, 1748 insertions(+), 1606 deletions(-) create mode 100644 _includes/notification.html delete mode 100644 _javascript/modules/components/img-lazyload.js create mode 100644 _javascript/modules/components/img-loading.js delete mode 100644 _sass/colors/dark-syntax.scss delete mode 100644 _sass/colors/light-syntax.scss create mode 100644 _sass/colors/syntax-dark.scss create mode 100644 _sass/colors/syntax-light.scss rename _sass/colors/{dark-typography.scss => typography-dark.scss} (80%) rename _sass/colors/{light-typography.scss => typography-light.scss} (87%) rename _sass/{jekyll-theme-chirpy.scss => main.scss} (60%) rename assets/css/{style.scss => jekyll-theme-chirpy.scss} (62%) diff --git a/.github/workflows/pages-deploy.yml b/.github/workflows/pages-deploy.yml index 1c4bd9d9..87089c92 100644 --- a/.github/workflows/pages-deploy.yml +++ b/.github/workflows/pages-deploy.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 # submodules: true @@ -42,7 +42,7 @@ jobs: - name: Setup Ruby uses: ruby/setup-ruby@v1 with: - ruby-version: 3 # reads from a '.ruby-version' or '.tools-version' file if 'ruby-version' is omitted + ruby-version: 3 bundler-cache: true - name: Build site @@ -52,7 +52,9 @@ jobs: - name: Test site run: | - bundle exec htmlproofer _site --disable-external --check-html --allow_hash_href + bundle exec htmlproofer _site \ + \-\-disable-external=true \ + \-\-ignore-urls "/^http:\/\/127.0.0.1/,/^http:\/\/0.0.0.0/,/^http:\/\/localhost/" - name: Upload site artifact uses: actions/upload-pages-artifact@v1 diff --git a/Gemfile b/Gemfile index 7b5377f1..043b28ee 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" gemspec group :test do - gem "html-proofer", "~> 3.18" + gem "html-proofer", "~> 4.4" end # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem @@ -21,8 +21,3 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem # do not have a Java counterpart. gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] - -# Lock jekyll-sass-converter to 2.x on Linux-musl -if RUBY_PLATFORM =~ /linux-musl/ - gem "jekyll-sass-converter", "~> 2.0" -end diff --git a/_config.yml b/_config.yml index 7f2ca1d2..ce9f9221 100644 --- a/_config.yml +++ b/_config.yml @@ -3,16 +3,12 @@ # Import the theme 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: "" - # 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, # otherwise, the layout language will use the default value of 'en'. lang: en -# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone +# Change to your timezone › https://kevinnovak.github.io/Time-Zone-Picker timezone: America/Chicago # jekyll-seo-tag settings › https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md @@ -25,8 +21,9 @@ tagline: A DevOps Blog # it will display as the sub-title description: >- # used by seo meta and the atom feed Blogging about Azure DevOps and GitHub practices, tips, and my continuous improvement DevOps journey. -# fill in the protocol & hostname for your site, e.g., 'https://username.github.io' -url: 'https://josh-ops.com' +# Fill in the protocol & hostname for your site. +# e.g. 'https://username.github.io', note that it does not end with a '/'. +url: "https://josh-ops.com" github: username: joshjohanning # change to your github username @@ -53,7 +50,7 @@ google_site_verification: eTIC71VhPBtwll8rNv7qlXud1yJh6E88No39MdcM_MI # change t # The end of `jekyll-seo-tag` settings google_analytics: - id: 'G-GE92ZJY22K' # fill in your Google Analytics ID + id: "G-GE92ZJY22K" # fill in your Google Analytics ID # Prefer color scheme setting. # @@ -114,6 +111,9 @@ pwa: paginate: 10 +# The base URL of your site +baseurl: "" + # ------------ The following options are not recommended to be modified ------------------ kramdown: @@ -177,12 +177,11 @@ compress_html: exclude: - "*.gem" - "*.gemspec" + - docs - tools - README.md - - CHANGELOG.md - LICENSE - rollup.config.js - - node_modules - package*.json jekyll-archives: diff --git a/_data/contact.yml b/_data/contact.yml index 724ff8cb..21886337 100644 --- a/_data/contact.yml +++ b/_data/contact.yml @@ -4,7 +4,7 @@ icon: "fab fa-github" - type: twitter - icon: "fab fa-twitter" + icon: "fa-brands fa-x-twitter" - type: email icon: "fas fa-envelope" diff --git a/_data/locales/de-DE.yml b/_data/locales/de-DE.yml index 7ea39568..6b187b4c 100644 --- a/_data/locales/de-DE.yml +++ b/_data/locales/de-DE.yml @@ -58,7 +58,7 @@ post: pageview_measure: Aufrufe read_time: unit: Minuten - prompt: lesen + prompt: Lesezeit relate_posts: Weiterlesen share: Teilen button: @@ -70,6 +70,13 @@ post: title: Link kopieren succeed: Link erfolgreich kopiert! +# Date time format. +# See: , +df: + post: + strftime: "%d.%m.%Y" + dayjs: "DD.MM.YYYY" + # categories page categories: category_measure: diff --git a/_data/locales/en.yml b/_data/locales/en.yml index 2f3f339f..d7faa44b 100644 --- a/_data/locales/en.yml +++ b/_data/locales/en.yml @@ -40,7 +40,7 @@ copyright: Except where otherwise noted, the blog posts on this site are licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author. -meta: Using the :PLATFORM theme :THEME +meta: Using the :THEME theme for :PLATFORM not_found: statment: Sorry, we've misplaced that URL or it's pointing to something that doesn't exist. diff --git a/_data/locales/ru-RU.yml b/_data/locales/ru-RU.yml index 4377300a..185407c1 100644 --- a/_data/locales/ru-RU.yml +++ b/_data/locales/ru-RU.yml @@ -3,14 +3,14 @@ # ----- Commons label ----- layout: - post: Публикация + post: Пост category: Категория tag: Тег # The tabs of sidebar tabs: # format: : - home: Домашняя страница + home: Главная categories: Категории tags: Теги archives: Архив @@ -19,8 +19,8 @@ tabs: # the text displayed in the search bar & search results search: hint: поиск - cancel: Отменить - no_results: Ох! Ничего не найдено. + cancel: Отмена + no_results: Упс! Ничего не найдено. panel: lastmod: Недавно обновлено @@ -30,48 +30,58 @@ panel: copyright: # Shown at the bottom of the post license: - template: Публикация защищена лицензией :LICENSE_NAME. + template: Авторский пост защищен лицензией :LICENSE_NAME. name: CC BY 4.0 link: https://creativecommons.org/licenses/by/4.0/ # Displayed in the footer brief: Некоторые права защищены. verbose: >- - Публикации на сайте защищены лицензией Creative Commons Attribution 4.0 International (CC BY 4.0), - если в тексте публикации не указано иное. + Если не указано иное, авторские посты на этом сайте защищены лицензией Creative Commons Attribution 4.0 International (CC BY 4.0). -meta: Powered by :PLATFORM with :THEME theme +meta: Использует тему :THEME для :PLATFORM not_found: - statment: Извините, эта ссылка указывает на ресурс который не существует. + statment: Извините, мы перепутали URL-адрес или он указывает на что-то несуществующее. notification: update_found: Доступна новая версия контента. - update: Обновлять + update: Обновить # ----- Posts related labels ----- post: written_by: Автор - posted: Время публикации + posted: Опубликовано updated: Обновлено words: слов pageview_measure: просмотров read_time: - unit: минут + unit: мин. prompt: чтения - relate_posts: Вам также может быть интересно + relate_posts: Похожие посты share: Поделиться button: - next: Предыдущая публикация - previous: Следующая публикация + next: Следующий пост + previous: Предыдущий пост copy_code: - succeed: Скопировано успешно! + succeed: Скопировано! share_link: title: Скопировать ссылку succeed: Ссылка успешно скопирована! +# Date time format. +# See: , +df: + post: + strftime: "%d.%m.%Y" + dayjs: "DD.MM.YYYY" + # categories page categories: - category_measure: категории - post_measure: публикации + category_measure: + singular: категория + plural: категории + post_measure: + singular: пост + plural: посты diff --git a/_data/locales/tr-TR.yml b/_data/locales/tr-TR.yml index 851f5fca..50d81102 100644 --- a/_data/locales/tr-TR.yml +++ b/_data/locales/tr-TR.yml @@ -23,7 +23,7 @@ search: no_results: Hop! Öyle bir şey bulamadım. panel: - lastmod: Yeni Güncellendi + lastmod: Son Güncellenenler trending_tags: Yükselen Etiketler toc: İçindekiler @@ -38,7 +38,7 @@ copyright: brief: Bazı hakları saklıdır. verbose: >- Aksi belirtilmediği sürece, bu sitedeki gönderiler Creative Commons Atıf 4.0 Uluslararası (CC BY 4.0) Lisansı altındadır. - Kısaca sayfa linkini de vererek paylaşabilir veya düzenleyip paylaşabilirsin. + Kısaca sayfa linkini vererek değiştirebilir / paylaşabilirsiniz. meta: :PLATFORM ve :THEME teması @@ -53,8 +53,8 @@ notification: post: written_by: Yazan - posted: Gönderilme Tarihi - updated: Güncellenme Tarihi + posted: Gönderim + updated: Güncelleme words: sözcük pageview_measure: görüntülenme read_time: diff --git a/_data/origin/basic.yml b/_data/origin/basic.yml index 14d865aa..ed99ea85 100644 --- a/_data/origin/basic.yml +++ b/_data/origin/basic.yml @@ -35,14 +35,12 @@ magnific-popup: css: /assets/lib/magnific-popup/magnific-popup.css js: /assets/lib/magnific-popup/jquery.magnific-popup.min.js -lazysizes: - js: /assets/lib/lazysizes/lazysizes.min.js +lazy-polyfill: + css: /assets/lib/loading-attribute-polyfill/loading-attribute-polyfill.min.css + js: /assets/lib/loading-attribute-polyfill/loading-attribute-polyfill.umd.min.js clipboard: js: /assets/lib/clipboard/clipboard.min.js -polyfill: - js: /assets/lib/polyfill-v3-es6/polyfill.min.js - mathjax: js: /assets/lib/mathjax/tex-chtml.js diff --git a/_data/origin/cors.yml b/_data/origin/cors.yml index 2d28bba7..a95ef6bd 100644 --- a/_data/origin/cors.yml +++ b/_data/origin/cors.yml @@ -16,44 +16,42 @@ webfonts: https://fonts.googleapis.com/css2?family=Lato&family=Source+Sans+Pro:w # Libraries jquery: - js: https://cdn.jsdelivr.net/npm/jquery@3.7.0/dist/jquery.min.js + js: https://cdn.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js bootstrap: - css: https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css - js: https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js + css: https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css + js: https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js toc: - css: https://cdn.jsdelivr.net/npm/tocbot@4.21.0/dist/tocbot.min.css - js: https://cdn.jsdelivr.net/npm/tocbot@4.21.0/dist/tocbot.min.js + css: https://cdn.jsdelivr.net/npm/tocbot@4.21.2/dist/tocbot.min.css + js: https://cdn.jsdelivr.net/npm/tocbot@4.21.2/dist/tocbot.min.js fontawesome: - css: https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.0/css/all.min.css + css: https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.4.2/css/all.min.css search: js: https://cdn.jsdelivr.net/npm/simple-jekyll-search@1.10.0/dest/simple-jekyll-search.min.js mermaid: - js: https://cdn.jsdelivr.net/npm/mermaid@9.4.3/dist/mermaid.min.js + js: https://cdn.jsdelivr.net/npm/mermaid@10.5.0/dist/mermaid.min.js dayjs: js: - common: https://cdn.jsdelivr.net/npm/dayjs@1.11.7/dayjs.min.js - locale: https://cdn.jsdelivr.net/npm/dayjs@1.11.7/locale/:LOCALE.min.js - relativeTime: https://cdn.jsdelivr.net/npm/dayjs@1.11.7/plugin/relativeTime.min.js - localizedFormat: https://cdn.jsdelivr.net/npm/dayjs@1.11.7/plugin/localizedFormat.min.js + common: https://cdn.jsdelivr.net/npm/dayjs@1.11.10/dayjs.min.js + locale: https://cdn.jsdelivr.net/npm/dayjs@1.11.10/locale/:LOCALE.min.js + relativeTime: https://cdn.jsdelivr.net/npm/dayjs@1.11.10/plugin/relativeTime.min.js + localizedFormat: https://cdn.jsdelivr.net/npm/dayjs@1.11.10/plugin/localizedFormat.min.js magnific-popup: css: https://cdn.jsdelivr.net/npm/magnific-popup@1.1.0/dist/magnific-popup.min.css js: https://cdn.jsdelivr.net/npm/magnific-popup@1.1.0/dist/jquery.magnific-popup.min.js -lazysizes: - js: https://cdn.jsdelivr.net/npm/lazysizes@5.3.2/lazysizes.min.js +lazy-polyfill: + css: https://cdn.jsdelivr.net/npm/loading-attribute-polyfill@2.1.1/dist/loading-attribute-polyfill.min.css + js: https://cdn.jsdelivr.net/npm/loading-attribute-polyfill@2.1.1/dist/loading-attribute-polyfill.umd.min.js clipboard: js: https://cdn.jsdelivr.net/npm/clipboard@2.0.11/dist/clipboard.min.js -polyfill: - js: https://polyfill.io/v3/polyfill.min.js?features=es6 - mathjax: js: https://cdn.jsdelivr.net/npm/mathjax@3.2.2/es5/tex-chtml.js diff --git a/_data/share.yml b/_data/share.yml index 80c5eca2..536ac01b 100644 --- a/_data/share.yml +++ b/_data/share.yml @@ -3,7 +3,7 @@ platforms: - type: Twitter - icon: "fab fa-twitter" + icon: "fa-brands fa-square-x-twitter" link: "https://twitter.com/intent/tweet?text=TITLE&url=URL" - type: Facebook diff --git a/_includes/comments/disqus.html b/_includes/comments/disqus.html index d2f59df7..e59ed37d 100644 --- a/_includes/comments/disqus.html +++ b/_includes/comments/disqus.html @@ -1,5 +1,6 @@ -
+ +

Comments powered by Disqus.

diff --git a/_includes/comments/giscus.html b/_includes/comments/giscus.html index ed918a97..8f042468 100644 --- a/_includes/comments/giscus.html +++ b/_includes/comments/giscus.html @@ -30,6 +30,7 @@ 'data-theme': initTheme, 'data-input-position': '{{ site.comments.giscus.input_position | default: 'bottom' }}', 'data-lang': '{{ site.comments.giscus.lang | default: lang }}', + 'data-loading': 'lazy', crossorigin: 'anonymous', async: '' }; diff --git a/_includes/comments/utterances.html b/_includes/comments/utterances.html index afd7cd3e..34dddcd2 100644 --- a/_includes/comments/utterances.html +++ b/_includes/comments/utterances.html @@ -1,51 +1,50 @@ - + diff --git a/_includes/datetime.html b/_includes/datetime.html index 53258ba8..9f954b69 100644 --- a/_includes/datetime.html +++ b/_includes/datetime.html @@ -3,12 +3,13 @@ See: ${JS_ROOT}/utils/locale-dateime.js --> -{% assign wrap_elem = include.wrap | default: 'em' %} {% assign df_strftime = site.data.locales[include.lang].df.post.strftime | default: '%d/%m/%Y' %} {% assign df_dayjs = site.data.locales[include.lang].df.post.dayjs | default: 'DD/MM/YYYY' %} -<{{ wrap_elem }} - class="{% if include.class %}{{ include.class }}{% endif %}" + diff --git a/_includes/embed/twitch.html b/_includes/embed/twitch.html index ab0419af..043d5327 100644 --- a/_includes/embed/twitch.html +++ b/_includes/embed/twitch.html @@ -1,4 +1,7 @@ - + frameborder="0" + allowfullscreen="true" + scrolling="no" +> diff --git a/_includes/embed/youtube.html b/_includes/embed/youtube.html index 715063c3..640011f8 100644 --- a/_includes/embed/youtube.html +++ b/_includes/embed/youtube.html @@ -1,6 +1,9 @@ - + allowfullscreen +> diff --git a/_includes/footer.html b/_includes/footer.html index 3b36c4a3..a9923559 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,34 +1,36 @@ -
-
-
-

- {%- capture _platform -%} - Jekyll - {%- endcapture -%} +

+

+ {{ '©' }} + + {{ site.social.name }}. + {% if site.data.locales[include.lang].copyright.brief %} + + {{- site.data.locales[include.lang].copyright.brief -}} + + {% endif %} +

- {%- capture _theme -%} - Chirpy - {%- endcapture -%} +

+ {%- capture _platform -%} + Jekyll + {%- endcapture -%} - {{ site.data.locales[include.lang].meta | replace: ':PLATFORM', _platform | replace: ':THEME', _theme }} -

+ {%- capture _theme -%} + Chirpy + {%- endcapture -%} -

- {{- '©' }} - {{ 'now' | date: '%Y' }} - {{ site.social.name }}. - {% if site.data.locales[include.lang].copyright.brief %} - - {{- site.data.locales[include.lang].copyright.brief -}} - - {% endif %} -

-
-
+ {{ site.data.locales[include.lang].meta | replace: ':PLATFORM', _platform | replace: ':THEME', _theme }} +

diff --git a/_includes/head.html b/_includes/head.html index e4bfcb60..fb12d997 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -74,12 +74,16 @@ - + {% if site.toc and page.toc %} {% endif %} + {% if page.layout == 'post' or page.layout == 'page' or page.layout == 'home' %} + + {% endif %} + {% if page.layout == 'page' or page.layout == 'post' %} diff --git a/_includes/js-selector.html b/_includes/js-selector.html index f6c8e9d7..6352c96c 100644 --- a/_includes/js-selector.html +++ b/_includes/js-selector.html @@ -12,7 +12,7 @@ {% if page.layout == 'post' or page.layout == 'page' or page.layout == 'home' %} - {% assign urls = urls | append: ',' | append: site.data.origin[type].lazysizes.js %} + {% assign urls = urls | append: ',' | append: site.data.origin[type]['lazy-polyfill'].js %} {% unless page.layout == 'home' %} @@ -87,7 +87,7 @@ } }; - + {% endif %} diff --git a/_includes/notification.html b/_includes/notification.html new file mode 100644 index 00000000..80049b0a --- /dev/null +++ b/_includes/notification.html @@ -0,0 +1,24 @@ + diff --git a/_includes/post-nav.html b/_includes/post-nav.html index 76bcd59a..736bec37 100644 --- a/_includes/post-nav.html +++ b/_includes/post-nav.html @@ -1,19 +1,19 @@ -
+ diff --git a/_includes/post-paginator.html b/_includes/post-paginator.html index 668b49f0..c74e978a 100644 --- a/_includes/post-paginator.html +++ b/_includes/post-paginator.html @@ -1,89 +1,91 @@ -
    - - {% if paginator.previous_page %} - {% assign prev_url = paginator.previous_page_path | relative_url %} - {% else %} - {% assign prev_url = '#' %} - {% endif %} +
+ diff --git a/_includes/post-sharing.html b/_includes/post-sharing.html index f607ba20..a3160018 100644 --- a/_includes/post-sharing.html +++ b/_includes/post-sharing.html @@ -1,6 +1,6 @@ -