diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-20 00:24:29 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-04-20 00:24:29 -0400 |
commit | 55b52a92806e4e76b1db17178f323362e3ddfe09 (patch) | |
tree | 3748287d1801abd6d95825225cfac60d67160e4c /templates/public | |
parent | ae9ee14ff153698dd90c6560437e42ff124a6d0b (diff) |
add MAILMAN_BASE_URL to abstract mailing list links
Diffstat (limited to 'templates/public')
-rw-r--r-- | templates/public/download.html | 2 | ||||
-rw-r--r-- | templates/public/index.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/public/download.html b/templates/public/download.html index 72d21736..f473915a 100644 --- a/templates/public/download.html +++ b/templates/public/download.html @@ -27,7 +27,7 @@ <ul> <li><a href="https://bugs.archlinux.org/index.php?project=6" title="Arch Linux Bugtracker:Release Engineering">Bug Tracker</a></li> - <li><a href="https://mailman.archlinux.org/mailman/listinfo/arch-releng" + <li><a href="{{ MAILMAN_BASE_URL }}/listinfo/arch-releng" title="Arch Linux Release Engineering mailing list">Mailing List</a></li> </ul> </li> diff --git a/templates/public/index.html b/templates/public/index.html index 7c22c251..aeeff175 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -27,7 +27,7 @@ <p>Our strong community is diverse and helpful, and we pride ourselves on the range of skillsets and uses for Arch that stem from it. Please check out our <a href="https://bbs.archlinux.org/" title="Arch Forums">forums</a> - and <a href="https://mailman.archlinux.org/mailman/listinfo/" + and <a href="{{ MAILMAN_BASE_URL }}/listinfo/" title="Arch Mailing Lists">mailing lists</a> to get your feet wet. Also glance through our <a href="{% wiki_url %}" title="{{BRANDING_WIKINAME}}">wiki</a> @@ -127,7 +127,7 @@ <h4>Community</h4> <ul> - <li><a href="https://mailman.archlinux.org/mailman/listinfo/" + <li><a href="{{ MAILMAN_BASE_URL }}/listinfo/" title="Community and developer mailing lists">Mailing Lists</a></li> <li><a href="{% wiki_url 'IRC_Channels' %}" title="Official and regional IRC communities">IRC Channels</a></li> |