Temporarily remove unused Post Menu options

This commit is contained in:
Matthew Harrison-Jones 2013-09-10 13:53:01 +01:00
parent 315c932cec
commit 84c2767da6

View File

@ -3,13 +3,7 @@
<section class="content-list js-content-list">
<header class="floatingheader">
<section class="content-filter">
<a class="dropdown" href="#" data-toggle=".menu-drop">All Posts</a>
<ul class="menu-drop overlay" style="display:none;">
<li class="active"><a href="#">All Posts</a></li>
<li><a href="#">Recently Edited</a></li>
<li><a href="#">By Author...</a></li>
<li><a href="#">Search</a></li>
</ul>
<span>All Posts</span>
</section>
<a href="/ghost/editor" class="button button-add"><span class="hidden">New Post</span></a>
</header>