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 @@
{{ page.date | date(format="%B %e, %Y", timezone="America/Chicago") diff --git a/templates/newsPage.html b/templates/newsPage.html index 055b58221..18e378d18 100644 --- a/templates/newsPage.html +++ b/templates/newsPage.html @@ -58,7 +58,7 @@ {% 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)) %} - + - + {% 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 %}