Author
|
zPlus <zplus@peers.community>
2020-06-05 05:42:26
|
Committer
|
zPlus <zplus@peers.community>
2020-06-05 05:42:26
|
Commit
|
5ec08f0
(patch)
|
Tree
|
db542dc
|
Parent(s)
|
|
2020 banner
commits diff:
232b2f0..5ec08f0
1 file changed,
7 insertions,
5 deletions
—
download
Diffstat
Diff options
+7/-5
M freepost/templates/banner.html
13
|
13
|
|
# To maintain alignment, keep al lines below of the same length
|
14
|
14
|
|
# and with no padding.
|
15
|
15
|
|
#}
|
|
16
|
+ |
|
16
|
17
|
|
{#
|
17
|
18
|
|
<pre class="new_year">
|
18
|
19
|
|
.''.
|
23
|
24
|
|
*_\/_* -= o =- /)\
|
24
|
25
|
|
* /\ * .'/.\'. '
|
25
|
26
|
|
*..* :
|
26
|
|
- |
____ ___ _ ___
|
27
|
|
- |
|___ \ / _ \/ |/ _ \
|
28
|
|
- |
__) | | | | | (_) |
|
29
|
|
- |
/ __/| |_| | |\__, |
|
30
|
|
- |
|_____|\___/|_| /_/
|
|
27
|
+ |
____ ___ ____ ___
|
|
28
|
+ |
|___ \ / _ \___ \ / _ \
|
|
29
|
+ |
__) | | | |__) | | | |
|
|
30
|
+ |
/ __/| |_| / __/| |_| |
|
|
31
|
+ |
|_____|\___/_____|\___/
|
31
|
32
|
|
</pre>
|
32
|
33
|
|
#}
|
33
|
34
|
|
|
|
35
|
+ |
|
34
|
36
|
|
{# Peers Jam #}
|
35
|
37
|
|
{% set datetime = now() %}
|
36
|
38
|
|
{% if datetime.isoweekday() == 5 and datetime['hour'] >= 19 and datetime['hour'] <= 20 %}
|