Closed SQLJames closed 3 years ago
This seems to not be needed, removing the Li tags from each item on the social-links.html layout seems to keep the same layout and functionality. This applies to all links in this page.
<li class="nav-item"> <a class="nav-link social-link" target="_blank" href="{{ .Permalink }}" title="RSS" rel="noopener noreferrer"> <i class="fas fa-fw fa-2x fa-rss"></i> </a> </li>
vs
<a class="nav-link social-link" target="_blank" href="{{ .Permalink }}" title="RSS" rel="noopener noreferrer"> <i class="fas fa-fw fa-2x fa-rss"></i> </a>
https://github.com/razonyang/hugo-theme-bootstrap/pull/184
Closed by #184
This seems to not be needed, removing the Li tags from each item on the social-links.html layout seems to keep the same layout and functionality. This applies to all links in this page.
vs