From c7ac179f8296e74a4d6cc45f94e8945008b4d0b7 Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: Feb 06 2022 10:51:02 +0000 Subject: Tweak the footer * Add pipes between the various timestamps to improve readability * Clarify the wording of the creation and update timestamps --- diff --git a/src/partials/footer-content.hbs b/src/partials/footer-content.hbs index a2418af..f6eb4dc 100644 --- a/src/partials/footer-content.hbs +++ b/src/partials/footer-content.hbs @@ -2,7 +2,7 @@

All Fedora Documentation content available under CC BY-SA 4.0 or, when specifically noted, under another accepted free and open content license.

{{~#if env.ANTORA_DATE}}Last build: {{{env.ANTORA_DATE}}} {{/if~}} - {{~#if page.attributes.creation-date}}Creation date: {{{page.attributes.creation-date}}} {{/if~}} - {{~#if page.attributes.last-updated}}Last update: {{{page.attributes.last-updated}}} {{/if~}} + {{~#if page.attributes.creation-date}} | Page creation date: {{{page.attributes.creation-date}}} {{/if~}} + {{~#if page.attributes.last-updated}} | Last content update: {{{page.attributes.last-updated}}} {{/if~}}