summaryrefslogtreecommitdiff
path: root/templates/public/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/public/about.html')
-rw-r--r--templates/public/about.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/templates/public/about.html b/templates/public/about.html
index 402379d2..b31b05ed 100644
--- a/templates/public/about.html
+++ b/templates/public/about.html
@@ -1,10 +1,11 @@
{% extends "base.html" %}
-{% block title %}Parabola - About{% endblock %}
+{% load wiki %}
+{% block title %}{{ BRANDING_DISTRONAME }} - About{% endblock %}
{% block content %}
<div class="box">
<h2 class="title">Parabola Presentation</h2>
- <p>Almost a year ago we started a project to offer the Free Software
+ <p>In 2009 we started a project to offer the Free Software
community the chance of using an Arch Linux system completely
freed from proprietary software.</p>
@@ -53,7 +54,7 @@
<li>Host repositories. Mirrors are not abundant.</li>
- <li>Take a look at our <a href="https://wiki.parabolagnulinux.org/TODO" title="TODO">TODO list</a></li>
+ <li>Take a look at our <a href="{% wiki_url 'TODO' %}" title="TODO">TODO list</a></li>
</ul>
</div>