Create json config file & update templates
This commit is contained in:
parent
2f4a23b600
commit
c0b47b0739
12 changed files with 80 additions and 63 deletions
|
@ -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 -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue