diff options
author | Jo Liss <joliss42@gmail.com> | 2012-02-15 20:19:00 +0100 |
---|---|---|
committer | Jo Liss <joliss42@gmail.com> | 2012-02-15 20:19:00 +0100 |
commit | 08bafd61fdbadea438c255b007b50c37ec107194 (patch) | |
tree | 4025faf9d9e74093e27185db3c355e5deba3837b /.themes | |
parent | c069dc72761dd89531c05376e84c1c6c06ef48da (diff) | |
download | my_new_personal_website-08bafd61fdbadea438c255b007b50c37ec107194.tar.xz my_new_personal_website-08bafd61fdbadea438c255b007b50c37ec107194.zip |
Fix typo
Diffstat (limited to '')
-rw-r--r-- | .themes/classic/source/_layouts/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.themes/classic/source/_layouts/post.html b/.themes/classic/source/_layouts/post.html index d3c42e37..40911680 100644 --- a/.themes/classic/source/_layouts/post.html +++ b/.themes/classic/source/_layouts/post.html @@ -20,7 +20,7 @@ single: true <a class="basic-alignment left" href="{{page.previous.url}}" title="Previous Post: {{page.previous.title}}">« {{page.previous.title}}</a> {% endif %} {% if page.next.url %} - <a class="basic-alignment right" href="{{page.next.url}}" title="next Post: {{page.next.title}}">{{page.next.title}} »</a> + <a class="basic-alignment right" href="{{page.next.url}}" title="Next Post: {{page.next.title}}">{{page.next.title}} »</a> {% endif %} </p> </footer> |