From 3ffcd79ed381fc8e55a85d4973edb1d1203d5c24 Mon Sep 17 00:00:00 2001 From: flashwave Date: Tue, 13 Sep 2022 14:08:45 +0000 Subject: [PATCH] Updated repository URL in the footer. --- templates/_layout/footer.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/_layout/footer.twig b/templates/_layout/footer.twig index fcbea20e..d8c59fde 100644 --- a/templates/_layout/footer.twig +++ b/templates/_layout/footer.twig @@ -7,12 +7,12 @@ 2013-{{ ''|date('Y') }} / {% set git_branch = git_branch() %} {% if git_branch != 'HEAD' %} - {{ git_branch }} + {{ git_branch }} {% else %} {% set git_tag = git_tag() %} - {{ git_tag }} + {{ git_tag }} {% endif %} - # {{ git_commit_hash() }} + # {{ git_commit_hash() }} {% if constant('MSZ_DEBUG') or current_user.super|default(false) %} / Index {{ ndx_version() }} / SQL Queries: {{ sql_query_count()|number_format }}