diff options
Diffstat (limited to 'templates/public/about.html')
-rw-r--r-- | templates/public/about.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/public/about.html b/templates/public/about.html index bf38e8a1..f5751d42 100644 --- a/templates/public/about.html +++ b/templates/public/about.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Arch Linux - About{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - About{% endblock %} {% block content %} <div class="box"> <h2 class="title">About Arch Linux</h2> |