We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c00ee5 commit fa50db3Copy full SHA for fa50db3
1 file changed
_includes/navigation.html
@@ -13,11 +13,14 @@
13
<a href="{{ link.url }}">{{ link.text }}</a>
14
</li>
15
{% endfor %}
16
-
17
- <li class="align-right">
+ </ul>
+</nav>
18
+<nav class="social-nav">
19
+ <ul>
20
+ <li>
21
<a href="https://github.com/wp-cli/wp-cli" class="btn-source rounded" target="_blank"><i class="icon-github-circled"></i></a>
22
23
24
<a href="https://twitter.com/wpcli" class="btn-twitter rounded" target="_blank"><i class="icon-twitter"></i></a>
25
26
</ul>
0 commit comments