From b0464d2bcb252c8d2cef9dfca9dd7b40ec498c55 Mon Sep 17 00:00:00 2001 From: "luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f" Date: Thu, 12 Nov 2009 21:58:26 +0000 Subject: speed optimizations --- templates/archives/homepage.html | 20 +------ templates/archives/map.html | 111 +-------------------------------------- templates/archives/photos.html | 14 +---- templates/archives/writing.html | 12 +---- 4 files changed, 8 insertions(+), 149 deletions(-) (limited to 'templates/archives') diff --git a/templates/archives/homepage.html b/templates/archives/homepage.html index 2d72d0b..c6ad42d 100644 --- a/templates/archives/homepage.html +++ b/templates/archives/homepage.html @@ -16,23 +16,7 @@ {% block extrabody %}

Recently

- + {% include 'includes/recent_entries.html' %}
{% endblock %} @@ -43,7 +27,7 @@

Topography

- {% chunk "regions_sidebar" %} + {% include 'includes/regions_sidebar.html' %}

About Luxagraf

diff --git a/templates/archives/map.html b/templates/archives/map.html index 2714861..5deef0f 100644 --- a/templates/archives/map.html +++ b/templates/archives/map.html @@ -34,117 +34,10 @@ Google Maps code {% block sidebar %} {% endblock %} {% block js %} - - - +{% include 'includes/map_entry_list.html' %} {%endblock%} \ No newline at end of file diff --git a/templates/archives/photos.html b/templates/archives/photos.html index 425e375..d1db79c 100644 --- a/templates/archives/photos.html +++ b/templates/archives/photos.html @@ -44,21 +44,11 @@