Skip to content

Instantly share code, notes, and snippets.

@groupcache4321
Forked from nimbupani/index.html
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save groupcache4321/ce5164bd408b8833db4e to your computer and use it in GitHub Desktop.

Select an option

Save groupcache4321/ce5164bd408b8833db4e to your computer and use it in GitHub Desktop.
---
layout: default
---
<div class="blog-index">
{% assign post = site.posts.first %}
{% assign content = post.content %}
{% include post_detail.html %}
</div>
<h1 class="entry-title">
{% if page.title %}
<a href="{{ root_url }}{{ page.url }}">{{ page.title }}</a>
{% endif %}
{% if post.title %}
<a href="{{ root_url }}{{ post.url }}">{{ post.title }}</a>
{% endif %}
</h1>
<div class="entry-content">{{ content }}</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment