summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2018-01-15 13:27:14 -0500
committerLuke Shumaker <lukeshu@parabola.nu>2018-01-15 13:27:14 -0500
commitf428095596760bc6cedf3cc2a2d21f671d9b07ea (patch)
tree763e99091763b9618b4f8f9562e697116e163f90 /templates
parentdfeaab66986bcb34d6bc208c5a4a7a585fe1bf96 (diff)
s/Arch Linux/{{ BRANDING_DISTRONAME }}/g : missed a few
Diffstat (limited to 'templates')
-rw-r--r--templates/public/download.html4
-rw-r--r--templates/public/feeds.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/public/download.html b/templates/public/download.html
index 63398dde..ae8273c7 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -33,9 +33,9 @@
<li><strong>Resources:</strong>
<ul>
<li><a href="https://bugs.archlinux.org/index.php?project=6"
- title="Arch Linux Bugtracker:Release Engineering">Bug Tracker</a></li>
+ title="{{ BRANDING_DISTRONAME }} Bugtracker:Release Engineering">Bug Tracker</a></li>
<li><a href="{{ MAILMAN_BASE_URL }}/mailman/listinfo/arch-releng"
- title="Arch Linux Release Engineering mailing list">Mailing List</a></li>
+ title="{{ BRANDING_DISTRONAME }} Release Engineering mailing list">Mailing List</a></li>
</ul>
</li>
</ul>
diff --git a/templates/public/feeds.html b/templates/public/feeds.html
index fd1ad77a..2957692f 100644
--- a/templates/public/feeds.html
+++ b/templates/public/feeds.html
@@ -91,7 +91,7 @@
<td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=0" class="rss">Feed</a></td>
<td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=0" class="rss">Feed</a></td>
</tr><tr>
- <td>Arch Linux</td>
+ <td>{{ BRANDING_DISTRONAME }}</td>
<td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;project=1" class="rss">Feed</a></td>
<td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=edit&amp;project=1" class="rss">Feed</a></td>
<td><a href="https://bugs.archlinux.org/feed.php?feed_type=rss2&amp;topic=clo&amp;project=1" class="rss">Feed</a></td>