~xdavidwu/xdavidwu.link

c7eb022da6f58e81ba106f20cc676b92061bfc55 — xdavidwu 3 years ago 80344ba
html: remove custom links
2 files changed, 0 insertions(+), 8 deletions(-)

D _includes/author-profile-custom-links.html
M _includes/author-profile.html
D _includes/author-profile-custom-links.html => _includes/author-profile-custom-links.html +0 -7
@@ 1,7 0,0 @@
<!--
  <li>
    <a href="http://link-to-whatever-social-network.com/user/" itemprop="sameAs" rel="nofollow noopener noreferrer">
      <i class="fas fa-fw" aria-hidden="true"></i> Custom Social Profile Link
    </a>
  </li>
-->
\ No newline at end of file

M _includes/author-profile.html => _includes/author-profile.html +0 -1
@@ 247,7 247,6 @@
        </li>
      {% endif %}

      {% include author-profile-custom-links.html %}
    </ul>
  </div>
</div>