small fix for hubzilla template (#12)

Co-authored-by: muppeth <muppeth@disroot.org>
Reviewed-on: #12
Reviewed-by: meaz <meaz@no-reply@disroot.org>
Reviewed-by: antilopa <antilopa@no-reply@disroot.org>
Co-authored-by: muppeth <muppeth@no-reply@disroot.org>
Co-committed-by: muppeth <muppeth@no-reply@disroot.org>
This commit is contained in:
muppeth 2021-05-20 09:07:28 +00:00
parent 1dd23b29d0
commit 47df845011
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
index index.php;
charset utf-8;
include mime.types;
autoindex off
autoindex off;
{% endblock %}
{% block location %}
@ -62,4 +62,4 @@
deny all;
}
{% endblock %}
{% endblock %}