summaryrefslogtreecommitdiff
path: root/templates/public/art.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/public/art.html')
-rw-r--r--templates/public/art.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/public/art.html b/templates/public/art.html
index 08acf764..b32cbd92 100644
--- a/templates/public/art.html
+++ b/templates/public/art.html
@@ -1,5 +1,5 @@
{% extends "base.html" %}
-{% load cdn %}
+{% load static from staticfiles %}
{% block title %}Parabola - Artwork{% endblock %}
@@ -25,12 +25,12 @@
{% comment %}
<!-- This is an example of how images should be added here -->
<em>Also available in print-quality
- <a href="{{ STATIC_URL }}logos/parabola-logo-dark-1200dpi.png"
+ <a href="{% static "logos/parabola-logo-dark-1200dpi.png" %}"
title="Download 1200dpi PNG format">PNG</a> and scalable
- <a href="{{ STATIC_URL }}logos/parabola-logo-dark-scalable.svg"
+ <a href="{% static "logos/parabola-logo-dark-scalable.svg" %}"
title="Download scalable SVG format">SVG</a> formats.</em></p>
- <img src="{{ STATIC_URL }}logos/parabola-logo-dark-90dpi.png"
+ <img src="{% static "logos/parabola-logo-dark-90dpi.png" %}"
alt="Parabola PNG logo @ 90dpi" title="Parabola PNG logo @ 90dpi" />
<p><strong>Two-color inverted version</strong> (for dark backgrounds)<br />