From dd5d290f1df7ebdcaa252eda345b71f9ad8ba1a6 Mon Sep 17 00:00:00 2001 From: Gregory Bartholomew Date: Jun 17 2021 22:36:50 +0000 Subject: [PATCH 1/2] Include link to main schedule page --- diff --git a/html/fedora-schedule.css b/html/fedora-schedule.css index a2781c4..8ca4040 100644 --- a/html/fedora-schedule.css +++ b/html/fedora-schedule.css @@ -31,6 +31,12 @@ body { H1 { text-align: center; + margin-bottom: 0; +} + +div.backlink { + text-align: center; + margin-bottom: 1.5em; } table { diff --git a/pgm-build-fedora b/pgm-build-fedora index 658f79f..987ec98 100755 --- a/pgm-build-fedora +++ b/pgm-build-fedora @@ -146,6 +146,9 @@ fi for key in "${!reports[@]}"; do echo Generating $key + # Link back to main schedule + HTML_HEADER_FEDORA_SCHEDULE='' + # Links to previous 2 (maintained) releases HTML_HEADER_FEDORA_LINKS="F$((FEDORA_VERSION+1)) " for i in 1 2; do @@ -154,10 +157,13 @@ for key in "${!reports[@]}"; do done HTML_HEADER=" +
+ $HTML_HEADER_FEDORA_SCHEDULE $HTML_HEADER_REPORTS $HTML_HEADER_FEDORA_LINKS
+
" HTML_FOOTER="

Get this schedule as [.ics] [.json]

" From f2d3141fc6c1a97f53a7971783dbf50c0957460b Mon Sep 17 00:00:00 2001 From: Gregory Bartholomew Date: Jun 17 2021 22:55:32 +0000 Subject: [PATCH 2/2] Make backlink style consistent with links in footer --- diff --git a/pgm-build-fedora b/pgm-build-fedora index 987ec98..77b182e 100755 --- a/pgm-build-fedora +++ b/pgm-build-fedora @@ -147,7 +147,7 @@ for key in "${!reports[@]}"; do echo Generating $key # Link back to main schedule - HTML_HEADER_FEDORA_SCHEDULE='' + HTML_HEADER_FEDORA_SCHEDULE='' # Links to previous 2 (maintained) releases HTML_HEADER_FEDORA_LINKS="F$((FEDORA_VERSION+1)) "