diff --git a/.gitignore b/.gitignore index 4c972ab..ca7776e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ _site .sass-cache Gemfile.lock *.gem +.jekyll-cache \ No newline at end of file diff --git a/_layouts/post.html b/_layouts/post.html index 1db98ec..cf8a138 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -11,10 +11,10 @@ layout: default
{% if page.previous %} - ?? Previous Post + Previous Post {% endif %} {% if page.next %} - Next Post ?? + Next Post {% endif %}
\ No newline at end of file