From a286f598ef22d06a93d77f94d27745f4675e3387 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Thu, 21 Nov 2013 07:19:36 +0100 Subject: [PATCH 1/1] only put phork title in link rel=vcs-git title --- data/templates/display.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/templates/display.htm b/data/templates/display.htm index 27d1314..d6fd646 100644 --- a/data/templates/display.htm +++ b/data/templates/display.htm @@ -4,10 +4,10 @@ {% block meta %} {% if repo.getCloneURL(true) %} - + {% endif %} {% if repo.getCloneURL(false) %} - + {% endif %} {% endblock %} -- 2.30.2