From fbf58e8eacaab3f9a408ffb26bee46e488db94aa Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Tue, 3 Mar 2020 05:36:29 +0100 Subject: Fix 'lsat updated' in the footer Signed-off-by: Max Magorsch --- tyrian-contributors.html.erb | 2 +- tyrian-search.html.erb | 2 +- tyrian.html.erb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tyrian-contributors.html.erb b/tyrian-contributors.html.erb index 5cde46b..4ca73c3 100644 --- a/tyrian-contributors.html.erb +++ b/tyrian-contributors.html.erb @@ -159,7 +159,7 @@
Last - Updated:
<%= site.fetched %> + Updated:
<%= site.updated %>
Powered by:
<%= link_to 'Powered by Pluto', 'https://github/feedreader' %> diff --git a/tyrian-search.html.erb b/tyrian-search.html.erb index 386c1e2..dc120de 100644 --- a/tyrian-search.html.erb +++ b/tyrian-search.html.erb @@ -185,7 +185,7 @@
Last - Updated:
<%= site.fetched %> + Updated:
<%= site.updated %>
Powered by:
<%= link_to 'Powered by Pluto', 'https://github/feedreader' %> diff --git a/tyrian.html.erb b/tyrian.html.erb index de3ad71..2882618 100644 --- a/tyrian.html.erb +++ b/tyrian.html.erb @@ -308,7 +308,7 @@
Last - Updated:
<%= site.fetched %> + Updated:
<%= site.updated %>
Powered by:
<%= link_to 'Powered by Pluto', 'https://github/feedreader' %> -- cgit v1.2.3-65-gdbad