Open source again yay
This commit is contained in:
parent
ad3d836ae7
commit
edc3cb03fc
3 changed files with 8 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
# Misuzu
|
||||
[](https://travis-ci.org/flashwave/misuzu)
|
||||
[](https://travis-ci.com/flashwave/misuzu)
|
||||
[](https://styleci.io/repos/114177358)
|
||||
[](https://www.codefactor.io/repository/github/flashwave/misuzu)
|
||||
[](https://github.com/flashwave/misuzu/blob/master/LICENSE)
|
||||
|
|
|
@ -65,10 +65,8 @@
|
|||
<footer class="footer">
|
||||
{{ 'https://flash.moe'|html_link('Flashwave', 'footer__link')|raw }} 2013-{{
|
||||
''|date('Y') }} /
|
||||
<span title="{{ git_commit_hash(true) }}">
|
||||
{{ git_branch() }} # {{ git_commit_hash() }}
|
||||
</span>
|
||||
{# link('https://github.com/flashwave/misuzu/tree/' ~ git_branch(), git_branch(), 'footer__link') }} # {{ link('https://github.com/flashwave/misuzu/commit/' ~ git_commit_hash(true), git_commit_hash(), 'footer__link') #}
|
||||
{{ ('https://github.com/flashwave/misuzu/tree/' ~ git_branch())|html_link(git_branch(), 'footer__link')|raw }}
|
||||
# {{ ('https://github.com/flashwave/misuzu/commit/' ~ git_commit_hash(true))|html_link(git_commit_hash(), 'footer__link')|raw }}
|
||||
</footer>
|
||||
</div>
|
||||
<script src="/js/libraries.js" charset="utf-8"></script>
|
||||
|
|
|
@ -64,24 +64,22 @@
|
|||
{% endblock %}
|
||||
|
||||
<footer class="footer">
|
||||
{% autoescape false %}
|
||||
<div class="footer__copyright">
|
||||
{{ 'https://flash.moe'|html_link('Flashwave', 'footer__copyright__link')|raw }} 2013-{{
|
||||
{{ 'https://flash.moe'|html_link('Flashwave', 'footer__copyright__link') }} 2013-{{
|
||||
''|date('Y') }} /
|
||||
<span title="{{ git_commit_hash(true) }}">
|
||||
{{ git_branch() }} # {{ git_commit_hash() }}
|
||||
</span>
|
||||
{# link('https://github.com/flashwave/misuzu/tree/' ~ git_branch(), git_branch(), 'footer__copyright__link') }} # {{ link('https://github.com/flashwave/misuzu/commit/' ~ git_commit_hash(true), git_commit_hash(), 'footer__copyright__link') #}
|
||||
{{ ('https://github.com/flashwave/misuzu/tree/' ~ git_branch())|html_link(git_branch(), 'footer__copyright__link') }}
|
||||
# {{ ('https://github.com/flashwave/misuzu/commit/' ~ git_commit_hash(true))|html_link(git_commit_hash(), 'footer__copyright__link') }}
|
||||
</div>
|
||||
|
||||
<div class="footer__links">
|
||||
{% autoescape false %}
|
||||
{{ '#'|html_link('Rules', 'footer__links__link') }} |
|
||||
{{ '#'|html_link('Contact', 'footer__links__link') }} |
|
||||
{{ '#'|html_link('Status', 'footer__links__link') }} |
|
||||
{{ '/changelog.php'|html_link('Changelog', 'footer__links__link') }} |
|
||||
{{ 'https://twitter.com/flashiinet'|html_link('Twitter', 'footer__links__link') }}
|
||||
{% endautoescape %}
|
||||
</div>
|
||||
{% endautoescape %}
|
||||
</footer>
|
||||
</div>
|
||||
<script src="/js/libraries.js" charset="utf-8"></script>
|
||||
|
|
Loading…
Add table
Reference in a new issue