Skip to content

Commit

Permalink
Update footer link in base.html
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamPerson committed Mar 23, 2024
1 parent a3cb952 commit 5bbd887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 30,7 @@ <h2><a href="{{ sitepath }}" title="{{ sitename }}">{{ sitename }}</a></h2>

{% block content %}{% endblock %}
<div id="footer">
<p>{{ extra_footer_text }} </p><a href="https://github.com/zizzydizzymc/linx-server">linx-server</a>
<p>{{ extra_footer_text }} </p><a href="https://github.com/LiamPerson/linx-server-anime">Powered by linx-server-anime</a>
</div>

</div>
Expand Down

0 comments on commit 5bbd887

Please sign in to comment.