Back to "the program", but updated

This commit is contained in:
Ryan Voots 2015-10-12 10:12:16 -07:00
parent bc40161362
commit 4c056a3be5
5 changed files with 14 additions and 12 deletions

View file

@ -21,10 +21,12 @@
<nav class="nav-global">
<ul>
<li class="logo"><a href="/">{{ site.title }}</a></li>
<li class="archive"><a href="/archive.html">Archive</a></li>
<li class="page"><a href="/pages.html">Pages</a></li>
<li class="category"><a href="/categories.html">Categories</a></li>
<li class="tag"><a href="/tags.html">Tags</a></li>
<li class="archive"><a href="/archive.html">archive</a></li>
<li class="page"><a href="/pages.html">pages</a></li>
<li class="category"><a href="/categories.html">categories</a></li>
<li class="tag"><a href="/tags.html">tags</a></li>
<li class="forkme"><div><iframe src="http://markdotto.github.com/github-buttons/github-btn.html?user=plusjade&repo=jekyll-bootstrap&type=fork&count=true"
allowtransparency="true" frameborder="0" scrolling="0" width="95px" height="20px"></iframe></div></li>
</ul>
</nav>
</div><!-- unit-inner -->
@ -43,7 +45,7 @@
<div class="unit-foot">
<div class="unit-inner unit-foot-inner">
<div class="misc vcard">
<h4>About</h4>
<h4>about</h4>
<ul>
<li class="contact"><address><span class="author fn n">{{ site.author.name }}</span> - <span class="fn email">{{ site.author.email }}</span></address></li>
<li class="github"><a href="http://github.com/{{ site.author.github }}/" rel="me">github.com/{{ site.author.github }}</a></li>
@ -52,7 +54,7 @@
</ul>
</div><!-- misc -->
<p class="licence">
Theme: <a href="https://github.com/jekyllbootstrap/theme-the-program">the_program</a> based on <a href="http://jekyllbootstrap.com/">Jekyll-bootstrap</a>.<br>
Theme: <a href="http://layouts-the.me">the_minimum</a> based on <a href="http://jekyllbootstrap.com/">Jekyll-bootstrap</a>.<br>
Powered by <a href="https://github.com/mojombo/jekyll">Jekyll</a>.
</p>
</div><!-- unit-foot-inner -->

View file

@ -1,6 +1,6 @@
---
theme :
name : hooligan
name : the-program
---
{% include JB/setup %}
{% include themes/hooligan/default.html %}
{% include themes/the-program/default.html %}

View file

@ -1,7 +1,7 @@
---
theme :
name : hooligan
name : the-program
layout: default
---
{% include JB/setup %}
{% include themes/hooligan/page.html %}
{% include themes/the-program/page.html %}

View file

@ -1,7 +1,7 @@
---
theme :
name : hooligan
name : the-program
layout: default
---
{% include JB/setup %}
{% include themes/hooligan/post.html %}
{% include themes/the-program/post.html %}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 224 KiB

After

Width:  |  Height:  |  Size: 22 KiB