diff --git a/_config.yml b/_config.yml index eb1d6fe27..cf9fb54c1 100644 --- a/_config.yml +++ b/_config.yml @@ -20,7 +20,6 @@ baseurl: theme_settings: # Meta title: Eleven Labs - avatar: avatar.png gravatar: description: A website with blog posts and pages @@ -68,9 +67,6 @@ theme_settings: str_prev: Précédent str_continue_reading: Lire l'article - # Colours, typography and padding - google_fonts: Cabin - # Post navigation post_navigation: false diff --git a/_includes/author_link.html b/_includes/author_link.html index b1830d31f..bfc067555 100644 --- a/_includes/author_link.html +++ b/_includes/author_link.html @@ -1,6 +1,6 @@ {% for author in site.authors %} {% if author.login == include.login %} - - {{author.login}} + - par {{author.login}} {% endif %} {% endfor %} diff --git a/_includes/footer.html b/_includes/footer.html index c61d63f3d..a76f75b26 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -1,6 +1,13 @@ {% if site.theme_settings.footer_text %} -