Fix same bug as previous commit

Previous attempt didn't work
This commit is contained in:
Matthew Grove
2019-03-06 17:46:31 +00:00
parent 04a4cd91f0
commit e2c63ac59d
12 changed files with 402 additions and 107 deletions

View File

@@ -9,6 +9,7 @@
{% if article_date == current_article_date %}
{% assign current_authors = page.authors | split: ", " %}
{% for current_author in current_authors %}
{% assign break = false %}
{% if author == current_author %}
{% if article_list_displayed == false %}
<h2 class="mdc-typography--headline5">
@@ -44,8 +45,8 @@
}
</style>
</div>
{% break %}
{% assign break = true %}
{% break %}
{% endif %}
{% endfor %}
{% endif %}