From fc71239c84545da3cf07153fe8582e9b93abacfc Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 23 Aug 2013 15:49:13 -0400 Subject: [PATCH 1/3] Fix theme preview image URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a57d31..546f0b6 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ Jekyll theme. Documentation soon... ## [Theme Preview](http://mmistakes.github.io/hpstr-jekyll-theme) -![mmistakes.github.io/so-simple-theme/images/hpstr-jekyll-theme-preview.jpg] +![HPSTR RDX Theme Preview screenshot](http://mmistakes.github.io/so-simple-theme/images/hpstr-jekyll-theme-preview.jpg) From f9aacc755851d8482d8d29e52e8189e7fd405799 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 23 Aug 2013 15:50:23 -0400 Subject: [PATCH 2/3] I can't type. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 546f0b6..3eb966b 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,4 @@ Jekyll theme. Documentation soon... ## [Theme Preview](http://mmistakes.github.io/hpstr-jekyll-theme) -![HPSTR RDX Theme Preview screenshot](http://mmistakes.github.io/so-simple-theme/images/hpstr-jekyll-theme-preview.jpg) +![HPSTR RDX Theme Preview screenshot](http://mmistakes.github.io/hpstr-jekyll-theme/images/hpstr-jekyll-theme-preview.jpg) From 0d6a84d786c3b58ad78f66eb54e0ed7e376c806a Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 23 Aug 2013 15:57:10 -0400 Subject: [PATCH 3/3] Fix post URL's in H1's and paginator --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index ec27da0..dfcbe0e 100644 --- a/index.html +++ b/index.html @@ -16,7 +16,7 @@ image: {% if post.link %}

{{ post.title }}

{% else %} -

+

{% endif %}
@@ -30,7 +30,7 @@ image: {% if paginator.previous_page == 1 %} Previous {% else %} - Previous + Previous {% endif %} {% else %} Previous @@ -48,13 +48,13 @@ image: {% if count == paginator.page %} {{ count }} {% else %} - {{ count }} + {{ count }} {% endif %} {% endfor %} {% if paginator.next_page %} - Next + Next {% else %} Next {% endif %}