Use a different theme.
This commit is contained in:
		@@ -1,51 +1,18 @@
 | 
			
		||||
<!DOCTYPE html>
 | 
			
		||||
<html>
 | 
			
		||||
  <head>
 | 
			
		||||
    <title>{% if page.title %}{{ page.title }} – {% endif %}{{ site.name }} – {{ site.description }}</title>
 | 
			
		||||
 | 
			
		||||
    {% include meta.html %}
 | 
			
		||||
 | 
			
		||||
    <!--[if lt IE 9]>
 | 
			
		||||
      <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
 | 
			
		||||
    <![endif]-->
 | 
			
		||||
 | 
			
		||||
    <link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/style.css" />
 | 
			
		||||
    <link rel="alternate" type="application/rss+xml" title="{{ site.name }} - {{ site.description }}" href="{{ site.baseurl }}/feed.xml" />
 | 
			
		||||
 | 
			
		||||
    <!-- Created with Jekyll Now - http://github.com/barryclark/jekyll-now -->
 | 
			
		||||
  </head>
 | 
			
		||||
<html lang="en-us">
 | 
			
		||||
  
 | 
			
		||||
  {% include head.html %}
 | 
			
		||||
 | 
			
		||||
  <body>
 | 
			
		||||
    <div class="wrapper-masthead">
 | 
			
		||||
      <div class="container">
 | 
			
		||||
        <header class="masthead clearfix">
 | 
			
		||||
          <a href="{{ site.baseurl }}/" class="site-avatar"><img src="{{ site.avatar }}" /></a>
 | 
			
		||||
    {% include page-header.html %}
 | 
			
		||||
 | 
			
		||||
          <div class="site-info">
 | 
			
		||||
            <h1 class="site-name"><a href="{{ site.baseurl }}/">{{ site.name }}</a></h1>
 | 
			
		||||
            <p class="site-description">{{ site.description }}</p>
 | 
			
		||||
          </div>
 | 
			
		||||
 | 
			
		||||
          <nav>
 | 
			
		||||
            <a href="{{ site.baseurl }}/">Blog</a>
 | 
			
		||||
            <a href="{{ site.baseurl }}/about">About</a>
 | 
			
		||||
          </nav>
 | 
			
		||||
        </header>
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <div id="main" role="main" class="container">
 | 
			
		||||
    <section class="main-content">
 | 
			
		||||
      
 | 
			
		||||
      {{ content }}
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
    <div class="wrapper-footer">
 | 
			
		||||
      <div class="container">
 | 
			
		||||
        <footer class="footer">
 | 
			
		||||
          {% include svg-icons.html %}
 | 
			
		||||
        </footer>
 | 
			
		||||
      </div>
 | 
			
		||||
    </div>
 | 
			
		||||
      {% include page-footer.html %}
 | 
			
		||||
 | 
			
		||||
    </section>
 | 
			
		||||
 | 
			
		||||
    {% include analytics.html %}
 | 
			
		||||
  </body>
 | 
			
		||||
</html>
 | 
			
		||||
 
 | 
			
		||||
@@ -2,11 +2,4 @@
 | 
			
		||||
layout: default
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
<article class="page">
 | 
			
		||||
 | 
			
		||||
  <h1>{{ page.title }}</h1>
 | 
			
		||||
 | 
			
		||||
  <div class="entry">
 | 
			
		||||
    {{ content }}
 | 
			
		||||
  </div>
 | 
			
		||||
</article>
 | 
			
		||||
{{ content }}
 | 
			
		||||
@@ -1,17 +1,7 @@
 | 
			
		||||
---
 | 
			
		||||
layout: default
 | 
			
		||||
---
 | 
			
		||||
<h2>{{ page.title }}</h2>
 | 
			
		||||
<p class="meta">{{ page.date | date_to_string }}</p>
 | 
			
		||||
 | 
			
		||||
<article class="post">
 | 
			
		||||
  <h1>{{ page.title }}</h1>
 | 
			
		||||
 | 
			
		||||
  <div class="entry">
 | 
			
		||||
    {{ content }}
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
  <div class="date">
 | 
			
		||||
    Written on {{ page.date | date: "%B %e, %Y" }}
 | 
			
		||||
  </div>
 | 
			
		||||
 | 
			
		||||
  {% include disqus.html %}
 | 
			
		||||
</article>
 | 
			
		||||
{{ content }}
 | 
			
		||||
		Reference in New Issue
	
	Block a user