~xdavidwu/xdavidwu.link

14f3791336463c2303ce2266d031c4fca7e3b7d3 — xdavidwu 1 year, 11 months ago 6b55bab
profile, footer: remove nofollow

if there is a link, it is indeed an endorsement and should be crawled
2 files changed, 2 insertions(+), 2 deletions(-)

M _includes/author-profile.html
M _includes/footer.html
M _includes/author-profile.html => _includes/author-profile.html +1 -1
@@ 41,7 41,7 @@
      {% if author.links %}
        {% for link in author.links %}
          {% if link.label and link.url %}
            <li><a href="{{ link.url }}" rel="nofollow noopener noreferrer"><i class="fa fa-fw fa-{{ link.icon | default: 'link' }}" aria-hidden="true"></i><span class="label">{{ link.label }}</span></a></li>
            <li><a href="{{ link.url }}" rel="noopener noreferrer"><i class="fa fa-fw fa-{{ link.icon | default: 'link' }}" aria-hidden="true"></i><span class="label">{{ link.label }}</span></a></li>
          {% endif %}
        {% endfor %}
      {% endif %}

M _includes/footer.html => _includes/footer.html +1 -1
@@ 3,7 3,7 @@
    {% if site.footer.links %}
      {% for link in site.footer.links %}
        {% if link.label and link.url %}
          <li><a href="{{ link.url }}" rel="nofollow noopener noreferrer"><i class="fa fa-fw fa-{{ link.icon | default: 'link' }}" aria-hidden="true"></i>{{ link.label }}</a></li>
          <li><a href="{{ link.url }}" rel="noopener noreferrer"><i class="fa fa-fw fa-{{ link.icon | default: 'link' }}" aria-hidden="true"></i>{{ link.label }}</a></li>
        {% endif %}
      {% endfor %}
    {% endif %}