Fancybox gallery
This commit is contained in:
7
templates/gallery-list.html
Normal file
7
templates/gallery-list.html
Normal file
@ -0,0 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
{% for gallery in section.pages %}
|
||||
<a href="{{ gallery.permalink }}">{{ gallery.title }}</a>
|
||||
{% endfor %}
|
||||
{% endblock %}
|
Reference in New Issue
Block a user