From 1ca0d6ce201db1fcdd7c8a5d05c058b02dcd048f 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. --- msz | 0 templates/_layout/footer.twig | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) mode change 100644 => 100755 msz diff --git a/msz b/msz old mode 100644 new mode 100755 diff --git a/templates/_layout/footer.twig b/templates/_layout/footer.twig index fcbea20..d8c59fd 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 }}