Create json config file & update templates

This commit is contained in:
Nyymix 2025-04-06 16:24:50 +03:00
parent 2f4a23b600
commit c0b47b0739
12 changed files with 80 additions and 63 deletions

View file

@ -1,8 +1,8 @@
{% extends "base_dark.html" %}
{% extends "base.html" %}
{% load exif_filters %}
<!-- Title -->
{% block title %} Gallery : {{ photo.album.name }} : {{ photo.slug }} {% endblock %}
{% block title %} {{ photo.album.name }} : {{ photo.slug }} {% endblock %}
<!-- Content -->