diff --git a/templates/blogPage.html b/templates/blogPage.html index 3852c978e..9c171eaf2 100644 --- a/templates/blogPage.html +++ b/templates/blogPage.html @@ -57,7 +57,8 @@
{% if author %} - {{ author.title }} + {{ author.title }} + {% endif %}

  • - + {{ author.title }} - +
  • {% endif %} {% endfor %} @@ -86,8 +86,8 @@ {% if pages_str is containing(person) %} {% set author = get_page(path=author_path) %} {% set author_img = get_url(path='/' ~ author.relative_path | replace(from='_', to='-') | replace(from='index.md', to=author.extra.imgPath)) %} - - {{ author.title }} + {{ author.title }} + {% endif %} {% endfor %}