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 }}