mirror of https://github.com/lxndrblz/anatole.git

Eric Park
08.09.2021 d8bfafc28e1741169bc5189553afb6df3deabcfa
fix: show mouseover text for social links (#265)

1 files modified
2 ■■■ changed files
layouts/partials/sidebar.html 2 ●●● patch | view | raw | blame | history
layouts/partials/sidebar.html
@@ -20,7 +20,7 @@
    <ul class="social-links">
      {{ range $item := .Site.Params.socialIcons }}
        <li>
          <a href="{{ $item.url }}" rel="me" aria-label="{{ $item.title }}">
          <a href="{{ $item.url }}" rel="me" aria-label="{{ $item.title }}" title="{{ $item.title }}">
            <i class="{{ $item.icon }} fa-2x" aria-hidden="true"></i>
          </a>
        </li>