From 1bdcedbfa75b4b856ca7f5c3fed7d4e014f18001 Mon Sep 17 00:00:00 2001 From: jlpereira Date: Wed, 13 Sep 2023 18:42:57 -0300 Subject: [PATCH] Add retrieval date #137 --- src/components/Layout/LayoutFooter.vue | 35 ++++++++++++++++++++------ 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/src/components/Layout/LayoutFooter.vue b/src/components/Layout/LayoutFooter.vue index f9c9bfd..b7a70a6 100644 --- a/src/components/Layout/LayoutFooter.vue +++ b/src/components/Layout/LayoutFooter.vue @@ -5,16 +5,18 @@
{{ project_authors }} - {{ project_citation }} - - < + {{ project_citation }}. + + Retrieved on {{ currentDate }} + + + at - {{ project_url }} + {{ currentUrl }} - >
@@ -81,12 +83,31 @@