From d4c793b092b1fdf4353bda6960a8e5155b4940df Mon Sep 17 00:00:00 2001 From: Matt Coleman Date: Tue, 22 Mar 2022 22:44:49 -0400 Subject: [PATCH] remove extra pipe character when no social media is used --- templates/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/index.html b/templates/index.html index ff21a16..a436c32 100644 --- a/templates/index.html +++ b/templates/index.html @@ -143,7 +143,9 @@

{{ config.extra.year }} © {{ config.extra.author }} + {% if config.extra.twitter_user or config.extra.linkedin_user or config.extra.github_user or config.extra.gitlab_user %} | + {% endif %} {% if config.extra.twitter_user %} Twitter {% endif %}