adding home button to single post view
This commit is contained in:
parent
6f951ac678
commit
851282cbe4
1 changed files with 11 additions and 2 deletions
|
|
@ -4,7 +4,16 @@
|
|||
<div id="header-container"> </div>
|
||||
</div>
|
||||
|
||||
<a href="/" id="home-button">
|
||||
<span class="label label-inverse">
|
||||
<i class="icon-home icon-white"></i>
|
||||
<span>
|
||||
HOME
|
||||
</span>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
|
||||
<div id="post-content"> </div>
|
||||
<div id="post-nav"> </div>
|
||||
<div id="post-interactions"> </div>
|
||||
|
||||
<div id="post-interactions"> </div>
|
||||
Loading…
Reference in a new issue