diff --git a/_data/meta.yml b/_data/meta.yml index d5cbfc8..7842dce 100644 --- a/_data/meta.yml +++ b/_data/meta.yml @@ -1,2 +1,3 @@ name: Chirpy version: v2.5.1 +homepage: https://github.com/cotes2020/jekyll-theme-chirpy/ diff --git a/_includes/footer.html b/_includes/footer.html index da33c14..b327c3e 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -22,9 +22,9 @@ diff --git a/_includes/post-sharing.html b/_includes/post-sharing.html index 9819742..889dd48 100644 --- a/_includes/post-sharing.html +++ b/_includes/post-sharing.html @@ -16,7 +16,7 @@ {% for share in site.data.share.platforms %} {% assign link = share.link | replace: 'TITLE', title | replace: 'URL', url %} + title="{{ share.type }}" target="_blank" rel="noopener"> {% endfor %} @@ -25,4 +25,4 @@ data-toggle="tooltip" data-placement="top" title="Copy link"> - \ No newline at end of file + diff --git a/_includes/sidebar.html b/_includes/sidebar.html index 31cf920..7a3a90f 100644 --- a/_includes/sidebar.html +++ b/_includes/sidebar.html @@ -81,7 +81,7 @@ {% endcapture %} {% if url != '' %} - + {% endif %}