Updated repository URL in the footer.
This commit is contained in:
parent
28890cd5d5
commit
1ca0d6ce20
2 changed files with 3 additions and 3 deletions
0
msz
Normal file → Executable file
0
msz
Normal file → Executable file
|
@ -7,12 +7,12 @@
|
||||||
2013-{{ ''|date('Y') }} /
|
2013-{{ ''|date('Y') }} /
|
||||||
{% set git_branch = git_branch() %}
|
{% set git_branch = git_branch() %}
|
||||||
{% if git_branch != 'HEAD' %}
|
{% if git_branch != 'HEAD' %}
|
||||||
<a href="https://github.com/flashwave/misuzu/tree/{{ git_branch }}" target="_blank" rel="noreferrer noopener" class="footer__link">{{ git_branch }}</a>
|
<a href="https://git.flash.moe/flashii/misuzu/src/branch/{{ git_branch }}" target="_blank" rel="noreferrer noopener" class="footer__link">{{ git_branch }}</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
{% set git_tag = git_tag() %}
|
{% set git_tag = git_tag() %}
|
||||||
<a href="https://github.com/flashwave/misuzu/tree/{{ git_tag }}" target="_blank" rel="noreferrer noopener" class="footer__link">{{ git_tag }}</a>
|
<a href="https://git.flash.moe/flashii/misuzu/src/tag/{{ git_tag }}" target="_blank" rel="noreferrer noopener" class="footer__link">{{ git_tag }}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
# <a href="https://github.com/flashwave/misuzu/commit/{{ git_commit_hash(true) }}" target="_blank" rel="noreferrer noopener" class="footer__link">{{ git_commit_hash() }}</a>
|
# <a href="https://git.flash.moe/flashii/misuzu/commit/{{ git_commit_hash(true) }}" target="_blank" rel="noreferrer noopener" class="footer__link">{{ git_commit_hash() }}</a>
|
||||||
{% if constant('MSZ_DEBUG') or current_user.super|default(false) %}
|
{% if constant('MSZ_DEBUG') or current_user.super|default(false) %}
|
||||||
/ Index {{ ndx_version() }}
|
/ Index {{ ndx_version() }}
|
||||||
/ SQL Queries: {{ sql_query_count()|number_format }}
|
/ SQL Queries: {{ sql_query_count()|number_format }}
|
||||||
|
|
Loading…
Reference in a new issue