diff options
Diffstat (limited to 'templates/news/view.html')
-rw-r--r-- | templates/news/view.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/news/view.html b/templates/news/view.html index 8f49fb1f..93cf32d4 100644 --- a/templates/news/view.html +++ b/templates/news/view.html @@ -1,5 +1,5 @@ {% extends "base.html" %} -{% block title %}Arch Linux - News: {{ news.title }}{% endblock %} +{% block title %}{{ BRANDING_DISTRONAME }} - News: {{ news.title }}{% endblock %} {% block content %} <div itemscope itemtype="http://schema.org/Article" class="news-article box"> @@ -13,7 +13,7 @@ <meta itemprop="name" content="{{ news.author.get_full_name|escape }}"/> </div> <div style="display:none" itemprop="publisher" itemscope itemtype="http://schema.org/Organization"> - <meta itemprop="name" content="Arch Linux"/> + <meta itemprop="name" content="{{ BRANDING_DISTRONAME }}"/> </div> {% if perms.news.change_news %} |