diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-03-06 18:12:31 +0100 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-03-06 18:12:31 +0100 |
commit | f5a618911b720f725c3065b084863564f153516b (patch) | |
tree | e925d8fe09d987e40e2ea797fe3fc6bdada42737 | |
parent | Add a search functionality (diff) | |
download | planet-tyrian-f5a618911b720f725c3065b084863564f153516b.tar.gz planet-tyrian-f5a618911b720f725c3065b084863564f153516b.tar.bz2 planet-tyrian-f5a618911b720f725c3065b084863564f153516b.zip |
Fix the planet pluto link 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 4ca73c3..f0a00e2 100644 --- a/tyrian-contributors.html.erb +++ b/tyrian-contributors.html.erb @@ -162,7 +162,7 @@ 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' %> + <strong>Powered by:</strong><br><%= link_to 'Powered by Pluto', 'https://github.com/feedreader' %> </div> <div class="col-xs-12 col-md-4"> <!-- diff --git a/tyrian-search.html.erb b/tyrian-search.html.erb index f1d963a..9a55464 100644 --- a/tyrian-search.html.erb +++ b/tyrian-search.html.erb @@ -172,7 +172,7 @@ 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' %> + <strong>Powered by:</strong><br><%= link_to 'Powered by Pluto', 'https://github.com/feedreader' %> </div> <div class="col-xs-12 col-md-4"> <!-- diff --git a/tyrian.html.erb b/tyrian.html.erb index 7b510a2..20ad499 100644 --- a/tyrian.html.erb +++ b/tyrian.html.erb @@ -312,7 +312,7 @@ 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' %> + <strong>Powered by:</strong><br><%= link_to 'Powered by Pluto', 'https://github.com/feedreader' %> </div> <div class="col-xs-12 col-md-4"> <!-- |