diff options
author | HombreLaser <sebastian-440@live.com> | 2024-05-07 11:45:46 -0600 |
---|---|---|
committer | HombreLaser <sebastian-440@live.com> | 2024-05-07 11:45:46 -0600 |
commit | a4c0692f8dbab80cf5c0b5644ec050322040c4e3 (patch) | |
tree | 3ea2f9dc891a13bbcf8b8980c5bf6f2ebb0b9dc2 /_includes/navigation_buttons.html | |
parent | acc3c3caf7029f92a2b146c29a510181c1b42a65 (diff) |
Add dark theme
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> |