index.md in arrow-jekyll-theme-0.1.4 vs index.md in arrow-jekyll-theme-0.1.5
- old
+ new
@@ -3,11 +3,11 @@
layout: default
---
<h1>{{ site.title }}</h1>
-Arrow is a text-first Jekyll theme available as a Ruby gem. It features minimal CSS by relying on default browser stylesheets to produce highly readable, responsive websites and blogs.
+<p>{{ site.description }}</p>
<h2>Latest Posts</h2>
<ul class="feed">
{% for post in site.posts limit:3 %}
@@ -15,10 +15,10 @@
<p class="feed-item__date"><time>{{ post.date | date: "%Y-%m-%d"}}</time></p>
<h1 class="feed-item__title"><a href="{{ post.url | relative_url }}">{{ post.title }}</a></h1>
</li>
{% endfor %}
- <p style="margin-top: 1.5rem;"><a href="{{ '/posts' | relative_url }}">View all posts →</a></p>
+ <p style="margin-top: 1.5rem;"><a id="all_posts" href="{{ '/posts' | relative_url }}">View all posts →</a></p>
</ul>
## Features
- Semantic HTML
- Modular CSS