From a198b0dd8b21bc526a64335173d23e813366d9f2 Mon Sep 17 00:00:00 2001 From: xirsoi Date: Wed, 1 Apr 2020 12:51:55 -0500 Subject: [PATCH] jesus h christ --- .gitignore | 1 + _layouts/post.html | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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