removed excess social icons, search, and some pages
This commit is contained in:
parent
5675c2198b
commit
15deb541ac
16
_config.yml
16
_config.yml
@ -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:
|
||||
|
@ -1,6 +1,6 @@
|
||||
<footer>
|
||||
<div class="content">
|
||||
<span>© twister</span>
|
||||
<span>© SudoTask LLC</span>
|
||||
<span class="backtotop">back to top</span>
|
||||
</div>
|
||||
</footer>
|
||||
|
@ -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>
|
||||
</li>
|
||||
-->
|
||||
{% if site.tumblr %}
|
||||
<li class="social">
|
||||
<a href="{{ site.tumblr }}" class="tumblr"><i class="fa fa-tumblr"></i></a>
|
||||
|
@ -3,3 +3,4 @@
|
||||
<input type="search" placeholder="Search"/>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user