From 33cf413ce780efd1b7d3626fa75147e15168a241 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Sat, 4 Jan 2025 16:38:17 -0600 Subject: posts: got rid of some old url patterns I don't use --- app/posts/templates/photo_essay_list.html | 47 +++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 app/posts/templates/photo_essay_list.html (limited to 'app/posts/templates/photo_essay_list.html') diff --git a/app/posts/templates/photo_essay_list.html b/app/posts/templates/photo_essay_list.html new file mode 100644 index 0000000..e8bebfd --- /dev/null +++ b/app/posts/templates/photo_essay_list.html @@ -0,0 +1,47 @@ +{% extends 'base.html' %} +{%block htmlclass%}class="detail single"{% endblock %} +{% load typogrify_tags %} +{% load get_image_by_size %} +{% load html5_datetime %} +{% load pagination_tags %} +{% block pagetitle %} Photos | luxagraf {% endblock %} +{% block metadescription %} Recent Images {% endblock %} +{%block bodyid%}class="photos" id="notes-archive"{%endblock%} +{% block breadcrumbs %}{% include "lib/breadcrumbs.html" with breadcrumbs=breadcrumbs %}{% endblock %} +{% block primary %} +
+
+

Photos

+

I first picked up a camera in the late 1980s and started documenting trips into the mountains, inspired by Galen Rowell. These are ongoing projects, updated regularly.

+
+

Join us. Subscribe to Friends of a Long Year

+ +
+ +
+{% endblock%} +{% block js %} + + +{% endblock %} -- cgit v1.2.3-70-g09d2