File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1010
1111 < div class ="author-info ">
1212 < b class ="author-name ">
13- {% if author.links %}
14- < a href ="{{ author.links[0].url }} " aria-label ="Access the primary external link of this author "> {{
13+ {% if author.social_media_links %}
14+ < a href ="{{ author.social_media_links[0].url }} "
15+ aria-label ="Access the primary external link of this author "> {{
1516 author.name }}</ a >
1617 {% else %}
1718 {{ author.name }}
6364 </ div >
6465 {% endunless %}
6566
66- {% if author.links %}
67+ {% if author.social_media_links %}
6768 < div class ="author-links ">
68- {% for link in author.links %}
69+ {% for link in author.social_media_links %}
6970 {% include infer-icon.html link=link %}
7071 {% if icon %}
7172 < a href ="{{ link.url }} " class ="{{ icon }} author-button "
You can’t perform that action at this time.
0 commit comments