diff --git a/_config.yml b/_config.yml index 98609f8..935b69d 100644 --- a/_config.yml +++ b/_config.yml @@ -14,6 +14,7 @@ footer_text: > Hosted by GitHub Pages. Photos from Unsplash. +lang: en # the language of your site (for example: en, fr, cn, ru, etc.) icon: 🔥 # the emoji used as the favicon url: https://alshedivat.github.io # the base hostname & protocol for your site baseurl: /al-folio # the subpath of your site, e.g. /blog/ diff --git a/_includes/head.html b/_includes/head.html index 21b92d1..00349ce 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -41,11 +41,10 @@ {% endif %} - + {% if site.enable_darkmode %} {% endif %} - diff --git a/_includes/social.html b/_includes/social.html index 48172cd..98148d0 100644 --- a/_includes/social.html +++ b/_includes/social.html @@ -1,4 +1,4 @@ -{% if site.email %}{% endif %} +{% if site.email %}{% endif %} {% if site.orcid_id %}{% endif %} {% if site.scholar_userid %}{% endif %} {% if site.publons_id %}{% endif %} diff --git a/_layouts/about.html b/_layouts/about.html index dd30418..8209cfb 100644 --- a/_layouts/about.html +++ b/_layouts/about.html @@ -18,6 +18,7 @@ layout: default {% responsive_image_block %} path: {{ page.profile.image | prepend: 'assets/img/' }} class: "img-fluid z-depth-1 rounded" + alt: {{ page.profile.image }} {% endresponsive_image_block %} {% endif %} {% if page.profile.address %} diff --git a/_layouts/default.html b/_layouts/default.html index b7a39b6..2c7a26f 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -1,5 +1,5 @@ - + {% if page.redirect %}{% endif %}