diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-03-09 19:37:55 +0100 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-03-09 19:37:55 +0100 |
commit | d53a33873de8f7760fee4a6d5d9b775237b1c39c (patch) | |
tree | 15c5d33508ce951fff187e610e97f274528494ce | |
parent | Correctly display universe feeds of gentoo devs (diff) | |
download | planet-tyrian-d53a33873de8f7760fee4a6d5d9b775237b1c39c.tar.gz planet-tyrian-d53a33873de8f7760fee4a6d5d9b775237b1c39c.tar.bz2 planet-tyrian-d53a33873de8f7760fee4a6d5d9b775237b1c39c.zip |
Use https for the gravatar placeholder
Signed-off-by: Max Magorsch <arzano@gentoo.org>
-rw-r--r-- | data.html.erb | 2 | ||||
-rw-r--r-- | tyrian-contributors.html.erb | 2 | ||||
-rw-r--r-- | tyrian.html.erb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/data.html.erb b/data.html.erb index 2e20a70..a58fc91 100644 --- a/data.html.erb +++ b/data.html.erb @@ -18,7 +18,7 @@ <div class="row short-view d-none" data-date="<%= item.published.strftime('%Y-%m-%d') %>" data-location="<%= item.feed.location %>" style="margin-bottom:35px;"> <div class="col-sm-2 pr-1"> - <img class="float-right" src="https://www.gravatar.com/avatar/<%= item.feed.avatar %>?s=200&d=http%3A%2F%2Fplanet.gentoo.org%2Fimages%2Flarrythecow.gif" style="width:75%;border-radius: 6px;margin-top:5px;"/> + <img class="float-right" src="https://www.gravatar.com/avatar/<%= item.feed.avatar %>?s=200&d=https%3A%2F%2Fwiki.gentoo.org%2Fimages%2Fthumb%2Fc%2Fc3%2FRipples-larry.svg%2F240px-Ripples-larry.svg.png" style="width:75%;border-radius: 6px;margin-top:5px;"/> </div> <div class="col-sm-9"> <div class="card" style="cursor:pointer;"> diff --git a/tyrian-contributors.html.erb b/tyrian-contributors.html.erb index d73d19b..ddd160c 100644 --- a/tyrian-contributors.html.erb +++ b/tyrian-contributors.html.erb @@ -126,7 +126,7 @@ <div class="card-body"> <div class="row"> <div class="col-sm-4"> - <img src="https://www.gravatar.com/avatar/<%= feed.avatar %>" style="border-radius: 6px;"/> + <img src="https://www.gravatar.com/avatar/<%= feed.avatar %>?d=https%3A%2F%2Fwiki.gentoo.org%2Fimages%2Fthumb%2Fc%2Fc3%2FRipples-larry.svg%2F240px-Ripples-larry.svg.png" style="border-radius: 6px;"/> </div> <div class="col-sm-8"> <p class="mb-1"><b><%= feed.author %> (<%= feed.title %>)</b></p> diff --git a/tyrian.html.erb b/tyrian.html.erb index 8be15a5..56f65d1 100644 --- a/tyrian.html.erb +++ b/tyrian.html.erb @@ -144,7 +144,7 @@ <div class="row short-view d-none" data-date="<%= item.published.strftime('%Y-%m-%d') %>" data-location="<%= item.feed.location %>" style="margin-bottom:35px;"> <div class="col-sm-2 pr-1"> - <img class="float-right" src="https://www.gravatar.com/avatar/<%= item.feed.avatar %>?s=200&d=http%3A%2F%2Fplanet.gentoo.org%2Fimages%2Flarrythecow.gif" style="width:75%;border-radius: 6px;margin-top:5px;"/> + <img class="float-right" src="https://www.gravatar.com/avatar/<%= item.feed.avatar %>?s=200&d=https%3A%2F%2Fwiki.gentoo.org%2Fimages%2Fthumb%2Fc%2Fc3%2FRipples-larry.svg%2F240px-Ripples-larry.svg.png" style="width:75%;border-radius: 6px;margin-top:5px;"/> </div> <div class="col-sm-9"> <div class="card" style="cursor:pointer;"> |