From 5d1004813bbcbe2041decf8756d5889babd64cf2 Mon Sep 17 00:00:00 2001 From: Nils Brueggemann <nils.brueggemann@mpimet.mpg.de> Date: Thu, 10 Jun 2021 16:35:31 +0200 Subject: [PATCH] pyicon/quickplots/pyicon_quickplots.py: QuickPlotWebsite: Allow for Comparison project. --- pyicon/quickplots/pyicon_quickplots.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyicon/quickplots/pyicon_quickplots.py b/pyicon/quickplots/pyicon_quickplots.py index 723df75..810949b 100644 --- a/pyicon/quickplots/pyicon_quickplots.py +++ b/pyicon/quickplots/pyicon_quickplots.py @@ -706,6 +706,10 @@ qp.write_to_file() """ elif 'simulations' in title: links = "" + elif path_data.startswith('Compare'): + links = """ +  <a href="../index.html">list comparisons</a> +""" else: links = """   <a href="../qp_index.html">list time averages</a> -- GitLab