mailman: Add Nest banner

This adds top.html file which will replace empty template in
hypperkitty.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2021-07-15 12:43:18 +02:00 committed by kevin
parent 17c27f3ccb
commit 700d89f7a8
2 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<!-- This markup will be inserted after the <body> tag -->
<!-- https://pagure.io/fedora-infrastructure/issue/10103 -->
<div style="margin-bottom: 20px; width: auto; height: auto%; text-align:center;">
<a href="https://fedoraproject.limequery.com/2021" target="_blank">
<img src="https://pagure.io/fedora-websites/issue/raw/files/c561c84a77b2b9288294505d2845e2549f0943907609bb4945ee9e870d2f7d7f-nestbanner.png">
</a>
</div>

View file

@ -161,6 +161,18 @@
- hotfix
- patches
# Add the Nest banner
# See issue https://pagure.io/fedora-infrastructure/issue/10103
- name: Replace the top.html template in hyperkitty to change banner
copy: src=top.html dest=/srv/webui/templates/hyperkitty/top.html
notify:
- restart mailman3
- reload apache
tags:
- mailman
- banner
#
# Initialize mailman (must be done after settings up the DBs)
#