diff options
Diffstat (limited to 'templates/public/art.html')
-rw-r--r-- | templates/public/art.html | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/templates/public/art.html b/templates/public/art.html index b32cbd92..8aad43f4 100644 --- a/templates/public/art.html +++ b/templates/public/art.html @@ -1,28 +1,25 @@ {% extends "base.html" %} {% load static from staticfiles %} -{% block title %}Parabola - Artwork{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - Artwork{% endblock %} {% block content %} <div id="artwork" class="box"> - <h2>Parabola Logos and Artwork</h2> + <h2>{{ BRANDING_DISTRONAME }} Logos and Artwork</h2> - <p>You can help by creating artwork for Parabola GNU/Linux-libre.</p> + <p>You can help by creating artwork for {{ BRANDING_DISTRONAME }}.</p> <p>Send your designs to dev@lists.parabolagnulinux.org and state they are CC-by-sa or another free culture friendly license.</p> - - - {% comment %} +{% comment %} <h3>Logos for Press Usage</h3> - <p>The following Parabola logos are available for press and other use.</p> + <p>The following {{BRANDING_DISTRONAME}} logos are available for press and other use.</p> - <p><strong>Two-color standard version</strong><br/> + <p><strong>Two-color standard version</strong><br /> -{% comment %} <!-- This is an example of how images should be added here --> <em>Also available in print-quality <a href="{% static "logos/parabola-logo-dark-1200dpi.png" %}" |