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:
parent
17c27f3ccb
commit
700d89f7a8
2 changed files with 20 additions and 0 deletions
8
roles/mailman/files/top.html
Normal file
8
roles/mailman/files/top.html
Normal 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>
|
|
@ -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)
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue