removed excess social icons, search, and some pages

This commit is contained in:
Logen Kain 2016-06-15 14:43:24 -07:00
parent 5675c2198b
commit 15deb541ac
5 changed files with 21 additions and 13 deletions

View File

@ -12,14 +12,14 @@ author_dir: /author
author_title_prefix: 'Posted by '
media_folder: /img
author_default_avatar: /profile-pic.jpg
tumblr: "#"
pinterest: "#"
instagram: "#"
twitter: "techshotgun"
facebook: "#"
youtube: "#"
vimeo: "#"
soundcloud: "#"
# tumblr: "#"
# pinterest: ""
# instagram: ""
twitter: "https://twitter.com/techshotgun"
# facebook: ""
# youtube: ""
# vimeo: "#"
# soundcloud: ""
encoding: utf-8
defaults:

View File

@ -1,6 +1,6 @@
<footer>
<div class="content">
<span>&copy; twister</span>
<span>&copy; SudoTask LLC</span>
<span class="backtotop">back to top</span>
</div>
</footer>

View File

@ -12,23 +12,30 @@
<li>
<a href="{{ site.baseurl | replace: '//', '/' }}/archive">Archive</a>
</li>
<li>
<!-- REMOVED TYPOGRAPHY
<li>
<a href="{{ site.baseurl | replace: '//', '/' }}/typography">Typography</a>
</li>
<li class="parent"><a href="#">Drop Example</a>
-->
<!-- REMOVED DROP EXAMPLE
<li class="parent"><a href="#">Drop Example</a>
<ul>
<li><a href="/child1">child</a></li>
<li><a href="/child2">child</a></li>
<li><a href="/child3">child</a></li>
</ul>
</li>
-->
</ul>
</nav>
<nav class="iconnav">
<ul>
<li class="sicon">
<!--
DISABLED SEARCH ICON
<li class="sicon">
<a href='#search'><i class='fa fa-search'></i></a>
</li>
-->
{% if site.tumblr %}
<li class="social">
<a href="{{ site.tumblr }}" class="tumblr"><i class="fa fa-tumblr"></i></a>

View File

@ -3,3 +3,4 @@
<input type="search" placeholder="Search"/>
</form>
</div>