You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case reader want to look for the article written by specified author. I've tested looping through site.data.authors but it doesn't seem to work well.
{% for item_hash in site.data.authors %}
{% for item in item_hash %}
<li>{{ item[0] }}</li>
<li>{{ item[1] }}</li>
{% endfor %}
{% endfor %}
This doesn't work either.
The text was updated successfully, but these errors were encountered:
In case reader want to look for the article written by specified author. I've tested looping through
site.data.authors
but it doesn't seem to work well.This doesn't work either.
The text was updated successfully, but these errors were encountered: