Fixed nav bar and added guidence in nav.html;fixed g+ share button
This commit is contained in:
parent
e9ca79b40e
commit
bcc1eb4211
@ -3,13 +3,30 @@
|
||||
<nav id="menu">
|
||||
<a class="toggle_link noline"><i class="fa fa-close fa-lg"></i></a>
|
||||
<ul>
|
||||
<li>
|
||||
<a href="{{ site.baseurl | replace: '//', '/' }}/page">Page</a>
|
||||
</li>
|
||||
<li>
|
||||
<!--
|
||||
NOTES:
|
||||
Here we will add common categories. So, game reviews, product reviews, news.
|
||||
Probably have a news drop down and a review drop down with other category options.
|
||||
News
|
||||
Android
|
||||
Apple
|
||||
General tech
|
||||
Reviews
|
||||
Games
|
||||
Linux
|
||||
Products
|
||||
Apps
|
||||
Apple
|
||||
Android
|
||||
-->
|
||||
|
||||
|
||||
<!--
|
||||
<li>
|
||||
<a href="{{ site.baseurl | replace: '//', '/' }}/page-full">Full-Width Page</a>
|
||||
</li>
|
||||
<li>
|
||||
-->
|
||||
<li>
|
||||
<a href="{{ site.baseurl | replace: '//', '/' }}/archive">Archive</a>
|
||||
</li>
|
||||
<!-- REMOVED TYPOGRAPHY
|
||||
@ -30,6 +47,10 @@
|
||||
</nav>
|
||||
<nav class="iconnav">
|
||||
<ul>
|
||||
|
||||
<li>
|
||||
<a href="{{ site.baseurl | replace: '//', '/' }}/page">About</a>
|
||||
</li>
|
||||
<!--
|
||||
DISABLED SEARCH ICON
|
||||
<li class="sicon">
|
||||
|
@ -3,7 +3,7 @@
|
||||
|
||||
<br>
|
||||
<hr>
|
||||
<a href="https://plus.google.com/share?url=https://google.com" rel="nofollow" target="_blank" title="Share On Google Plus!">
|
||||
<a href="https://plus.google.com/share?url={{ site.url }}{{ page.url }}" rel="nofollow" target="_blank" title="Share On Google Plus!">
|
||||
<img alt="Google Plus " src="/img/goog.png" width="30">
|
||||
</a>
|
||||
<a href="https://twitter.com/home?status={{page.title}} by @{{author.twitter_hand}} {{ site.url }}{{ page.url }} via @{{site.twitter_hand}}" rel="nofollow" target="_blank" title="Share On Twitter!">
|
||||
|
Loading…
x
Reference in New Issue
Block a user