determining and replacing link to newest date for map plot in subpage ozoneloss.html
1.1 --- a/eskp.py Fri Feb 28 12:54:49 2020 +0100
1.2 +++ b/eskp.py Fri Feb 28 14:05:59 2020 +0100
1.3 @@ -261,6 +261,9 @@
1.4 def ozoneloss():
1.5 filename = os.path.join("templates", get_locale(), "rst", "ozoneloss.rst")
1.6 content = get_content(filename)
1.7 + ref_date = "200119"
1.8 + newest_date = get_newest_date()
1.9 + content = content.replace(ref_date, newest_date, 1)
1.10
1.11 vcard_file = os.path.join("vcards", "jug.vcf")
1.12 author = u""