From ab40431d5512e492859baf373f1447a3ba968da3 Mon Sep 17 00:00:00 2001 From: Jorge Maldonado Ventura Date: Sat, 7 Apr 2018 14:31:59 +0200 Subject: [PATCH] Don't show a blank space after the title --- template/index.twig | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/template/index.twig b/template/index.twig index 761cec52..b1f7cb7f 100755 --- a/template/index.twig +++ b/template/index.twig @@ -32,13 +32,9 @@ _\(/_ .:.*_\/_* : /\ :
{% if post.link|length > 0 %} - - {{ post.title }} - + {{ post.title }} {% else %} - - {{ post.title }} - + {{ post.title }} {% endif %}