Author
|
zPlus <zplus@peers.community>
2022-08-18 08:55:32
|
Committer
|
zPlus <zplus@peers.community>
2022-08-18 08:55:32
|
Commit
|
aada666
(patch)
|
Tree
|
e4473f9
|
Parent(s)
|
|
Add retirement banner.
commits diff:
e364447..aada666
1 file changed,
6 insertions,
1 deletion
—
download
Diffstat
Diff options
+6/-1
M freepost/templates/banner.html
32
|
32
|
|
#}
|
33
|
33
|
|
|
34
|
34
|
|
|
35
|
|
- |
{# Peers Jam #}
|
|
35
|
+ |
{# Peers Jam
|
36
|
36
|
|
{% set datetime = now() %}
|
37
|
37
|
|
{% if datetime.isoweekday() == 5 and datetime['hour'] >= 19 and datetime['hour'] <= 20 %}
|
38
|
38
|
|
<div class="bg-green" style="margin: 0 0 2em 0; padding: .5em;">
|
40
|
40
|
|
<a href="https://peers.community/#jam">Peers Jam</a>
|
41
|
41
|
|
</div>
|
42
|
42
|
|
{% endif %}
|
|
43
|
+ |
#}
|
|
44
|
+ |
<div class="bg-green" style="margin: 0 0 2em 0; padding: .5em;">
|
|
45
|
+ |
<img alt="" title="" src="images/pulse.gif" style="height: 1em;" />
|
|
46
|
+ |
freepost will be retiring on December <b>2023</b>
|
|
47
|
+ |
</div>
|