Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add author pages #15

Closed
bluenex opened this issue Feb 28, 2017 · 1 comment
Closed

Add author pages #15

bluenex opened this issue Feb 28, 2017 · 1 comment

Comments

@bluenex
Copy link
Member

bluenex commented Feb 28, 2017

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.

@bluenex
Copy link
Member Author

bluenex commented Sep 11, 2018

we are going to change theme according to #20, the theme includes multiple authors too.

@bluenex bluenex closed this as completed Sep 11, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant