From d0104d7ad13883865c3dd6a29a58afd037d023cd Mon Sep 17 00:00:00 2001 From: DhammaCharts <100090806+DhammaCharts@users.noreply.github.com> Date: Wed, 13 Jul 2022 09:16:44 +0100 Subject: [PATCH] fix config coherence --- data/graphConfig.yaml | 16 ++++++++++++---- layouts/index.html | 1 - layouts/partials/graph.html | 22 ++++++++++------------ layouts/partials/head.html | 10 +++++----- 4 files changed, 27 insertions(+), 22 deletions(-) diff --git a/data/graphConfig.yaml b/data/graphConfig.yaml index a6f916acb..94022c4aa 100644 --- a/data/graphConfig.yaml +++ b/data/graphConfig.yaml @@ -1,7 +1,15 @@ -# if true, a Global Graph will be shown on home page with full width, no backlink. -# A different set of Local Graphs will be shown on sub pages. -# if false, Local Graph will be default on every page as usual -enableGlobalGraph: false + +# If enableColumnLayout: true in config.yaml, then you have +# the possiblity of showing a global graph by clicking on an +# icon at the top right corner of the graph window. To do so, +# configure below enableGlobalGraph: true + +# If enableColumnLayout: false, then you have the possiblility +# to show a Global Graph on home page with full width, no backlink +# by setting below enableGlobalGraph: true. A different set of +# Local Graphs will be shown on sub pages. + +enableGlobalGraph: true ### Local Graph ### diff --git a/layouts/index.html b/layouts/index.html index 33e168c25..ca2764f80 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -55,7 +55,6 @@