summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2015-04-13 21:02:13 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-04-13 21:02:13 -0400
commit81a4f3e5e602d900ebfb2c20eb7565fddfb013a2 (patch)
tree6b01a5ef5bd2ec24bcaa90c092e7ddf42e976030 /templates
parent7aab774ad05b81eb204774bf17cc613401310f7b (diff)
parent02ffa37f8607634e5e4eccba7ef25d4f48b29b3b (diff)
Merge branch 'archweb-generic' into master-nomake
Diffstat (limited to 'templates')
-rw-r--r--templates/packages/details.html.jinja2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/details.html.jinja b/templates/packages/details.html.jinja
index b8fc9073..e7510766 100644
--- a/templates/packages/details.html.jinja
+++ b/templates/packages/details.html.jinja
@@ -74,7 +74,7 @@
<meta itemprop="fileSize" content="{{ pkg.compressed_size }}"/>
<meta itemprop="dateCreated" content="{{ pkg.build_date|date("Y-m-d") }}"/>
<meta itemprop="datePublished" content="{{ pkg.last_update|date("Y-m-d") }}"/>
- <meta itemprop="operatingSystem" content="Arch Linux"/>
+ <meta itemprop="operatingSystem" content="{{ BRANDING_DISTRONAME }}"/>
{% if pkg.packager %}<div style="display:none" itemprop="provider" itemscope itemtype="http://schema.org/Person">
<meta itemprop="name" content="{{ pkg.packager.get_full_name()|escape }}"/>
</div>{% endif %}