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 ' author_title_prefix: 'Posted by '
media_folder: /img media_folder: /img
author_default_avatar: /profile-pic.jpg author_default_avatar: /profile-pic.jpg
tumblr: "#" # tumblr: "#"
pinterest: "#" # pinterest: ""
instagram: "#" # instagram: ""
twitter: "techshotgun" twitter: "https://twitter.com/techshotgun"
facebook: "#" # facebook: ""
youtube: "#" # youtube: ""
vimeo: "#" # vimeo: "#"
soundcloud: "#" # soundcloud: ""
encoding: utf-8 encoding: utf-8
defaults: defaults:

View File

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

View File

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

View File

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