summaryrefslogtreecommitdiff
path: root/design/templates
diff options
context:
space:
mode:
Diffstat (limited to 'design/templates')
-rw-r--r--design/templates/archives/projects.html2
-rw-r--r--design/templates/base.html10
-rw-r--r--design/templates/details/national-parks.html2
-rw-r--r--design/templates/feed.xml2
4 files changed, 8 insertions, 8 deletions
diff --git a/design/templates/archives/projects.html b/design/templates/archives/projects.html
index dbfe167..29aa160 100644
--- a/design/templates/archives/projects.html
+++ b/design/templates/archives/projects.html
@@ -18,7 +18,7 @@
<article>
<h1><a href="{{object.get_absolute_url}}" title="{{object.title}}">{{object.title|safe}} {{object.subtitle|safe}}</a></h1>
<div class="img">
- <a href="{{object.get_absolute_url}}" title="{{object.title}}"><img src="{{object.image.url}}" alt="{{ object.title }}" class="post-image" /></a>
+ <a href="{{object.get_absolute_url}}" title="{{object.title}}"><img src="{{object.get_project_image}}" alt="{{ object.title }}" class="post-image" /></a>
</div>
<div class="hyphenate">{{object.lede|safe|smartypants}}</div>
<!--<span class="button"><a href="{{project.get_absolute_url}}">More&nbsp;&raquo;</a></span>-->
diff --git a/design/templates/base.html b/design/templates/base.html
index a7c757b..4e4e82b 100644
--- a/design/templates/base.html
+++ b/design/templates/base.html
@@ -8,12 +8,12 @@
<meta name="author" content="Scott Gilbertson">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--[if IE]>
- <script src="{{MEDIA_URL}}js/html5css3ie.min.js"></script>
+ <script src="/js/html5css3ie.min.js"></script>
<![endif]-->
<link rel="alternate"
type="application/rss+xml"
title="Luxagraf RSS feed"
- href="http://luxagraf.net/rss/">
+ href="https://luxagraf.net/rss/">
{%block stylesheet%}<link rel="stylesheet"
href="/media/css/stylesv6.css"
media="screen">{%endblock%}
@@ -46,9 +46,9 @@
<footer role="contentinfo">
<nav class="bl">
<ul>
- <li><a href="http://luxagraf.net/rss/" title="RSS feed">Subscribe</a></li>
- <li><a href="http://twitter.com/luxagraf" rel="me" title="follow luxagraf on Twitter">@luxagraf</a></li>
- <li><a href="http://www.flickr.com/photos/luxagraf" rel="me" title="luxagraf on Flickr">Flickr</a></li>
+ <li><a href="/rss/" title="RSS feed">Subscribe</a></li>
+ <li><a href="https://twitter.com/luxagraf" rel="me" title="follow luxagraf on Twitter">@luxagraf</a></li>
+ <li><a href="https://www.flickr.com/photos/luxagraf" rel="me" title="luxagraf on Flickr">Flickr</a></li>
<li><a href="/contact/" title="contact luxagraf">Contact</a></li>
</ul>
</nav>
diff --git a/design/templates/details/national-parks.html b/design/templates/details/national-parks.html
index 13b9486..e05bd12 100644
--- a/design/templates/details/national-parks.html
+++ b/design/templates/details/national-parks.html
@@ -23,7 +23,7 @@
<article id="park-{{forloop.counter}}" class="park">
<h1>{{object.name}}</h1>
<div class="figure">
- <img src="{{object.image.url}}" alt="{{object.name}}" width="{{object.image_width}}" height="{{object.image_height}}" />
+ <img src="{{object.get_image_url}}" alt="{{object.name}}" width="{{object.image_width}}" height="{{object.image_height}}" />
</div>
<div class="legend">
<h2>{{object.tag_line}}</h2>
diff --git a/design/templates/feed.xml b/design/templates/feed.xml
index d70604c..d170cd3 100644
--- a/design/templates/feed.xml
+++ b/design/templates/feed.xml
@@ -3,7 +3,7 @@
<rss version="2.0">
<channel>
<title>Luxagraf</title>
- <link>http://luxagraf.net/</link>
+ <link>https://luxagraf.net/</link>
<description>Latest posts on luxagraf.net</description>
<language>en-us</language>
<copyright>Copyright 2011-{% now "Y" %} Luxagraf</copyright>