parent
760ebc6980
commit
c1364482fe
2 changed files with 12 additions and 0 deletions
|
|
@ -57,6 +57,15 @@
|
|||
<li>US pres. election:
|
||||
{{days(next_us_presidential_election)}}
|
||||
{{next_us_presidential_election.strftime("%a, %d %b %Y")}}</li>
|
||||
|
||||
<li>Christmas last posting 2nd class:
|
||||
{{days(xmas_last_posting_dates["second"])}}
|
||||
{{xmas_last_posting_dates["second"].strftime("%a, %d %b %Y")}}</li>
|
||||
|
||||
<li>Christmas last posting 1st class:
|
||||
{{days(xmas_last_posting_dates["first"])}}
|
||||
{{xmas_last_posting_dates["first"].strftime("%a, %d %b %Y")}}</li>
|
||||
|
||||
</ul>
|
||||
|
||||
<h3>Stock markets</h3>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue