| ... | ... | @@ -20,7 +20,7 @@ single: true | 
| 20 | 20 |          <a class="basic-alignment left" href="{{page.previous.url}}" title="Previous Post: {{page.previous.title}}">« {{page.previous.title}}</a> | 
| 21 | 21 |        {% endif %} | 
| 22 | 22 |        {% if page.next.url %} | 
| 23 | -        <a class="basic-alignment right" href="{{page.next.url}}" title="next Post: {{page.next.title}}">{{page.next.title}} »</a> | |
| 23 | +        <a class="basic-alignment right" href="{{page.next.url}}" title="Next Post: {{page.next.title}}">{{page.next.title}} »</a> | |
| 24 | 24 |        {% endif %} | 
| 25 | 25 | </p> | 
| 26 | 26 | </footer> |