Skip to content

Commit

Permalink
Theme sidebars.
Browse files Browse the repository at this point in the history
  • Loading branch information
sodabrew committed Jul 3, 2012
1 parent 66eb076 commit a08585c
Showing 1 changed file with 44 additions and 3 deletions.
47 changes: 44 additions & 3 deletions _includes/themes/dinky/default.html
Expand Up @@ -19,22 +19,63 @@
<body>
<div class="wrapper">
<header>
<h1 class="header"><a href="{{ HOME_PATH }}">{{ site.title }}</a></h1>
<h1 class="header">{{ site.title }}</h1>
<p class="header">{{ site.tagline }}</p>
<ul>
<li><a class="extra" href="{{ BASE_PATH }}">Home</a></li>
<li><a class="extra" href="{{ BASE_PATH }}{{ site.JB.archive_path }}">Archive</a></li>
<li><a class="extra" href="{{ BASE_PATH }}{{ site.JB.pages_path }}">Pages</a></li>
<li><a class="extra" href="{{ BASE_PATH }}{{ site.JB.categories_path }}">Categories</a></li>
<li><a class="extra" href="{{ BASE_PATH }}{{ site.JB.tags_path }}">Tags</a></li>
</ul>
</ul>
{% if site.ads.google %}
<div class="misc ad">
<script type="text/javascript"><!--
google_ad_client = "{{ site.ads.google.client }}";
google_ad_slot = "{{ site.ads.google.slot }}";
google_ad_width = {{ site.ads.google.width }};
google_ad_height = {{ site.ads.google.height }};
//-->
</script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div>
{% endif %}
{% if site.author %}
<div class="misc vcard">
<h4>about</h4>
<ul>
{% if site.author.email %}
<li class="contact"><address><span class="author fn n">{{ site.author.name }}</span> - <span class="fn email">{{ site.author.email }}</span></address></li>
{% endif %}
{% if site.author.github %}
<li class="github"><a href="http://github.com/{{ site.author.github }}/" rel="me">github.com/{{ site.author.github }}</a></li>
{% endif %}
{% if site.author.twitter %}
<li class="twitter"><a href="http://twitter.com/{{ site.author.twitter }}/" rel="me">twitter.com/{{ site.author.twitter }}</a></li>
{% endif %}
{% if site.author.facebook %}
<li class="facebook"><a href="http://facebook.com/{{ site.author.facebook }}/" rel="me">facebook.com/{{ site.author.facebook }}</a></li>
{% endif %}
{% if site.author.flickr %}
<li class="flickr"><a href="http://flickr.com/{{ site.author.flickr }}/" rel="me">flickr.com/{{ site.author.flickr }}</a></li>
{% endif %}
{% if site.author.yelp %}
<li class="yelp"><a href="http://{{ site.author.yelp }}.yelp.com/" rel="me">{{ site.author.yelp }}.yelp.com</a></li>
{% endif %}
{% if site.author.pinterest %}
<li class="pinterest"><a href="http://pinterest.com/{{ site.author.pinterest }}" rel="me">pinterest.com/{{ site.author.pinterest }}</a></li>
{% endif %}
</ul>
</div><!-- misc -->
{% endif %}
</header>

<section>
{{ content }}
</section>

<footer>
<p><small>Hosted on <a href="http://pages.github.com/">GitHub Pages</a> using the <a href="https://github.com/broccolini/dinky">Dinky theme</a></small></p>
<p><small>Hosted on <a href="http://pages.github.com/">GitHub Pages</a> using the <a href="https://github.com/sodabrew/theme-dinky">Dinky theme</a> for <a href="http://jekyllbootstrap.com/">Jekyll Bootstrap</a></small></p>
</footer>
</div>
<!--[if !IE]><script>fixScale(document);</script><!--<![endif]-->
Expand Down

0 comments on commit a08585c

Please sign in to comment.