diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-27 12:49:15 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-10-27 12:49:15 -0400 |
commit | d66c23c4394900d8156034316ac269c4bcbe2d7c (patch) | |
tree | 480d81dc6039d68b1762536775856ffdcd75c3c7 /templates/public/art.html | |
parent | 8848132bdd9c0e30b5ec0b656af90063344095ce (diff) |
fix things
Diffstat (limited to 'templates/public/art.html')
-rw-r--r-- | templates/public/art.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/public/art.html b/templates/public/art.html index 3a92b8b4..08acf764 100644 --- a/templates/public/art.html +++ b/templates/public/art.html @@ -25,12 +25,12 @@ {% comment %} <!-- This is an example of how images should be added here --> <em>Also available in print-quality - <a href="{% cdnprefix %}/media/logos/parabola-logo-dark-1200dpi.png" + <a href="{{ STATIC_URL }}logos/parabola-logo-dark-1200dpi.png" title="Download 1200dpi PNG format">PNG</a> and scalable - <a href="{% cdnprefix %}/media/logos/parabola-logo-dark-scalable.svg" + <a href="{{ STATIC_URL }}logos/parabola-logo-dark-scalable.svg" title="Download scalable SVG format">SVG</a> formats.</em></p> - <img src="{% cdnprefix %}/media/logos/parabola-logo-dark-90dpi.png" + <img src="{{ STATIC_URL }}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 /> |