Skip to content

Commit fa50db3

Browse files
committed
Move the social icons to another Navigation bar
1 parent 8c00ee5 commit fa50db3

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

_includes/navigation.html

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,14 @@
1313
<a href="{{ link.url }}">{{ link.text }}</a>
1414
</li>
1515
{% endfor %}
16-
17-
<li class="align-right">
16+
</ul>
17+
</nav>
18+
<nav class="social-nav">
19+
<ul>
20+
<li>
1821
<a href="https://github.com/wp-cli/wp-cli" class="btn-source rounded" target="_blank"><i class="icon-github-circled"></i></a>
1922
</li>
20-
<li class="align-right">
23+
<li>
2124
<a href="https://twitter.com/wpcli" class="btn-twitter rounded" target="_blank"><i class="icon-twitter"></i></a>
2225
</li>
2326
</ul>

0 commit comments

Comments
 (0)