fixed page listing for articles. Now single pages show up even if they're branches...
[theme-danix.xyz.git] / layouts / partials / home-social-links.html
index cef1f3a..cb921a0 100644 (file)
@@ -1,10 +1,13 @@
 <div id="home-social-links">
-       <h3 class="text-only">my socials</h3>
-       <ul>
+       <h3 class="screen-reader-text social-links-title">my socials</h3>
+       <ul class="social-links-list">
                {{ range site.Data.socials.sites }}
                        <li>
-                               <a href="{{ .url }}/{{ .user }}">{{ .name }}</a>
+                               <a href="{{ .url }}/{{ .user }}"><i class="fa-brands fa-square-{{ .name }}"></i><span class="screen-reader-text">{{ .name }}</span></a>
                        </li>
                {{ end }}
+                       <li>
+                               <a href=""><i class="fa-solid fa-angles-up"></i><span class="screen-reader-text">suca</span></a>
+                       </li>
        </ul>
 </div>