diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-03-03 05:36:29 +0100 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-03-03 05:36:29 +0100 |
commit | fbf58e8eacaab3f9a408ffb26bee46e488db94aa (patch) | |
tree | 789c4fb61c3a0dfa550ea4598cf24244e8c91b5e | |
parent | Replace the prepare script by relative paths (diff) | |
download | planet-tyrian-fbf58e8eacaab3f9a408ffb26bee46e488db94aa.tar.gz planet-tyrian-fbf58e8eacaab3f9a408ffb26bee46e488db94aa.tar.bz2 planet-tyrian-fbf58e8eacaab3f9a408ffb26bee46e488db94aa.zip |
Fix 'lsat updated' in the footer
Signed-off-by: Max Magorsch <arzano@gentoo.org>
-rw-r--r-- | tyrian-contributors.html.erb | 2 | ||||
-rw-r--r-- | tyrian-search.html.erb | 2 | ||||
-rw-r--r-- | 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 @@ <div class="row"> <div class="col-xs-12 col-md-4"> <strong>Last - Updated:</strong><br><span class="kk-i18n-date" title="<%= site.fetched %>"><%= site.fetched %></span> + Updated:</strong><br><span class="kk-i18n-date" title="<%= site.updated %>"><%= site.updated %></span> </div> <div class="col-xs-12 col-md-4"> <strong>Powered by:</strong><br><%= 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 @@ <div class="row"> <div class="col-xs-12 col-md-4"> <strong>Last - Updated:</strong><br><span class="kk-i18n-date" title="<%= site.fetched %>"><%= site.fetched %></span> + Updated:</strong><br><span class="kk-i18n-date" title="<%= site.updated %>"><%= site.updated %></span> </div> <div class="col-xs-12 col-md-4"> <strong>Powered by:</strong><br><%= 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 @@ <div class="row"> <div class="col-xs-12 col-md-4"> <strong>Last - Updated:</strong><br><span class="kk-i18n-date" title="<%= site.fetched %>"><%= site.fetched %></span> + Updated:</strong><br><span class="kk-i18n-date" title="<%= site.updated %>"><%= site.updated %></span> </div> <div class="col-xs-12 col-md-4"> <strong>Powered by:</strong><br><%= link_to 'Powered by Pluto', 'https://github/feedreader' %> |