diff options
Diffstat (limited to '_includes/navigation_buttons.html')
-rw-r--r-- | _includes/navigation_buttons.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/_includes/navigation_buttons.html b/_includes/navigation_buttons.html deleted file mode 100644 index 9ad2500..0000000 --- a/_includes/navigation_buttons.html +++ /dev/null @@ -1,18 +0,0 @@ -<div class="column mt-2"> - <div class="flex-container"> - <div class="navigation-element"> - {% if page.next %} - <a class="button is-info" rel="next" href="{{ page.next.url | relative_url }}"> - {% t post.next %} - </a> - {% endif %} - </div> - <div cylass="navigation-element end-justified"> - {% if page.previous %} - <a class="button is-info" rel="prev" href="{{ page.previous.url | relative_url }}"> - {% t post.previous %} - </a> - {% endif %} - </div> - </div> -</div> |