From 3a54cdb85027e4a59ca6d78f5b91dbf7be77afd0 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 1 Feb 2019 09:27:21 -0600 Subject: redid jrnl to speed things up and use less memory --- design/templates/archives/homepage-light.html | 15 +++++---- design/templates/archives/jrnl.html | 46 --------------------------- design/templates/base.html | 2 +- design/templates/details/entry.html | 2 +- design/templates/jrnl/entry_list.html | 45 ++++++++++++++++++++++++++ design/templates/lib/img_archive.html | 6 +++- 6 files changed, 60 insertions(+), 56 deletions(-) delete mode 100644 design/templates/archives/jrnl.html create mode 100644 design/templates/jrnl/entry_list.html (limited to 'design') diff --git a/design/templates/archives/homepage-light.html b/design/templates/archives/homepage-light.html index e9bc241..7aaf1aa 100644 --- a/design/templates/archives/homepage-light.html +++ b/design/templates/archives/homepage-light.html @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load get_image_by_size %} {% load typogrify_tags %} {% block sitename %} @@ -22,15 +21,17 @@
{%with image=homepage.featured_image%} {{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%}{%endwith%} - + srcset="{{image.get_srcset}}" + src="{{image.get_src}}" + alt="{{image.alt}} photographed by {% if image.photo_credit_source %}{{image.photo_credit_source}}{%else%}luxagraf{%endif%}"> + {%endwith%}

{{object.title|safe|smartypants}}

- {% if object.country.name == "United States" %}{{object.location.name|smartypants|safe}}, {{object.state.name}}, U.S.{%else%}{{object.location.name|smartypants|safe}}, {{object.country.name}}{%endif%} + {% if object.country_name == "United States" %}{{object.location_name|smartypants|safe}}, {{object.state_name}}}, U.S.{%else%}{{object.location_name|smartypants|safe}}, {{object.country_name}}{%endif%} {{homepage.tag_line|safe|smartypants}} @@ -45,7 +46,7 @@ srcset="{% for size in image.sizes.all%}{% get_image_by_size image size.name %}

About Luxagraf

map of travels

After nearly two years exploring the U.S. in our home, a 1969 Dodge Travco RV, we left the states to spend the winter in Mexico.

-

We left our former home in Athens, GA in the Spring of 2017. We were most recently in {% if location.location.state.country.name == "United States" %}{{location.location.name|smartypants|safe}}, {{location.location.state.code|safe}}{%else%}{{location.location.name|smartypants|safe}}, {{location.location.state.country.name|safe}}{%endif%}. The map above has a rough sketch of our route to date. You can read about our adventures in the journal section. There's more about us on the about page

+

We left our former home in Athens, GA in the Spring of 2017. We were most recently in {% if location.country_name == "United States" %}{{location.location_name|smartypants|safe}}, {{location.location.state.code|safe}}{%else%}{{location.location_name|smartypants|safe}}, {{location.country_name|safe}}{%endif%}. The map above has a rough sketch of our route to date. You can read about our adventures in the journal section. There's more about us on the about page