error pages
This commit is contained in:
@@ -37,9 +37,13 @@
|
||||
|
||||
<footer class="text-center mt-4 py-3">
|
||||
<small class="text-muted">
|
||||
© {{ footer.year }} {{ footer.project }} |
|
||||
Autor:
|
||||
<a href="{{ footer.owner.url }}" target="_blank" class="text-decoration-none">{{ footer.owner.name }}</a>
|
||||
© {% if footer %}{{ footer.year }}{% else %}2026{% endif %}
|
||||
{% if footer %}{{ footer.project }} |{% endif %}
|
||||
Autor:
|
||||
<a href="{% if footer %}{{ footer.owner.url }}{% else %}https://linuxiarz.pl{% endif %}"
|
||||
target="_blank" class="text-decoration-none">
|
||||
{% if footer %}{{ footer.owner.name }}{% else %}linuxiarz.pl{% endif %}
|
||||
</a>
|
||||
{% if footer.version %}| v{{ footer.version }}{% endif %}
|
||||
</small>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user