summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-03-27 10:27:16 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-03-27 10:27:16 -0400
commit63caf646fa72121852eeb4944b6b9ce606665ba0 (patch)
treefd0a0a2bfa6d961599ae2a737924c1979fbb28b9 /templates/base.html
parentb4cf5bbafdda1b8f8fb4f51e6c961ffbbfe992d1 (diff)
find templates -type f -exec sed -i 's/\({% block title %}\)Arch Linux/\1{{ BRANDING_DISTRONAME }}/' {} +
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html2
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" />