diff options
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index b8a5be46..fd146460 100644 --- a/templates/base.html +++ b/templates/base.html @@ -1,7 +1,7 @@ {% load url from future %}{% load static from staticfiles %}<!DOCTYPE html> <html lang="en"> <head> - <title>{% block title %}Arch Linux{% endblock %}</title> + <title>{% block title %}{{ BRANDING_DISTRONAME }}{% endblock %}</title> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <link rel="stylesheet" type="text/css" href="{% static "archweb.css" %}" media="screen, projection" /> <link rel="stylesheet" type="text/css" href="{% static "archweb-print.css" %}" media="print" /> |