Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
deprecate main blog page
  • Loading branch information
shiffman committed Aug 24, 2016
1 parent 848deb1 commit c45b03a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions blog.html
@@ -1,6 +1,6 @@
--- ---
layout: default layout: default
permalink: /blog/ permalink: /blog.deprecated/
--- ---


<section class="left-container about out blog"> <section class="left-container about out blog">
Expand All @@ -14,13 +14,13 @@ <h2>Blog</h2>
<span class="line-charm"></span> <span class="line-charm"></span>
<p class="date">{{ post.date | date: "%b %d, %Y" }}</p> <p class="date">{{ post.date | date: "%b %d, %Y" }}</p>
<h1><a class="fun-link" href="{{ post.url }}">{{ post.title }}</a></h1> <h1><a class="fun-link" href="{{ post.url }}">{{ post.title }}</a></h1>

{{ content }} {{ content }}

<!-- <a href="{{ post.url }}/" class="body-link primary">READ ARTICLE</a> --> <!-- <a href="{{ post.url }}/" class="body-link primary">READ ARTICLE</a> -->
</article> </article>
{% endfor %} {% endfor %}

</div> </div>
</section> </section>


Expand All @@ -35,4 +35,4 @@ <h5>QUICK LINKS</h5>
<div class="quick-link"> <div class="quick-link">
<a href="https://github.com/shiffman" target="_blank" class="secondary">Shiffman on Github</a> <a href="https://github.com/shiffman" target="_blank" class="secondary">Shiffman on Github</a>
</div> </div>
</section> </section>

0 comments on commit c45b03a

Please sign in to comment.