mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
[docs] Don't make authors links on all posts page
(cherry picked from commit e12ee95e09)
This commit is contained in:
+1
-5
@@ -11,11 +11,7 @@ id: all-posts
|
||||
{% for page in site.posts %}
|
||||
<p><strong><a href="/react{{ page.url }}">{{ page.title }}</a></strong> on {{ page.date | date: "%B %e, %Y" }} by
|
||||
{% for author in page.authors %}
|
||||
{% if author.url %}
|
||||
<a href="{{author.url}}">{{ author.name }}</a>
|
||||
{% else %}
|
||||
{{ author.name }}
|
||||
{% endif %}
|
||||
{{ author.name }}
|
||||
{% if forloop.last == false %} and {% endif %}
|
||||
{% endfor %}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user