From b54dcce0b4c4100713955cc7a5838b624b150326 Mon Sep 17 00:00:00 2001 From: Ian Lee Date: Wed, 11 Oct 2017 08:30:17 -0700 Subject: [PATCH] Pull left / right arrows in episode nav to outside of row --- _includes/episode_navbar.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_includes/episode_navbar.html b/_includes/episode_navbar.html index 3bee002..c2bc80e 100644 --- a/_includes/episode_navbar.html +++ b/_includes/episode_navbar.html @@ -3,7 +3,7 @@ {% endcomment %}
-

+

{% if page.previous.url %} previous episode {% else %} @@ -17,7 +17,7 @@ {% endif %}

-

+

{% if page.next.url %} next episode {% else %} -- 2.30.2