From bf7c0b1c505364582c030ffb14b3b3827e999da8 Mon Sep 17 00:00:00 2001 From: jeffreytse Date: Thu, 16 Jul 2020 12:10:42 +0800 Subject: [PATCH] feat: truncate words for post page footer nav --- _layouts/post.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/_layouts/post.html b/_layouts/post.html index 9195f13..364b76c 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -21,13 +21,16 @@ sidebar:
{%- if page.previous -%} - + {%- else -%} {%- endif -%} {%- if page.next -%} - + {%- else -%} {%- endif -%}