We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 35995f0 + 20ea781 commit df356a7Copy full SHA for df356a7
content/conf.py
@@ -44,6 +44,10 @@
44
]
45
ogp_site_name = "Python for Scientific Computing"
46
ogp_site_url = 'https://aaltoscicomp.github.io/python-for-scicomp/'
47
+import datetime
48
+if datetime.date.today() < datetime.date(2022,12,15):
49
+ ogp_image = 'https://www.aalto.fi/sites/g/files/flghsv161/files/styles/o_914w_ah_n/public/2022-11/PFSC22_v2.png'
50
+ ogp_image_alt = 'Python for Scientific Computing course logo with date of 22-25/11/2022, twitch.tv/coderefinery, and partner logos'
51
52
import os
53
plausible_domain = 'aaltoscicomp.github.io/python-for-scicomp'
0 commit comments