From 5bd8950c4d163bbcb378cf90745541a0029a7db8 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 15 Oct 2018 14:04:49 +0100 Subject: [PATCH] Add icons where placeholders have been Signed-off-by: Michael Tremer --- src/templates/blog/modules/post.html | 4 ++-- src/templates/people/modules/channels.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/templates/blog/modules/post.html b/src/templates/blog/modules/post.html index 7f16e153..62f4e414 100644 --- a/src/templates/blog/modules/post.html +++ b/src/templates/blog/modules/post.html @@ -43,13 +43,13 @@
{% if "lightningwirelabs.com" in post.tags and post.link %} - Go to Lightning Wire Labs + Go to Lightning Wire Labs {% end %} {% if post.release %} - {{ _("Download %s now") % post.release }} + {{ _("Download %s now") % post.release }} {% end %} diff --git a/src/templates/people/modules/channels.html b/src/templates/people/modules/channels.html index c6e0b3c9..bd04aeb7 100644 --- a/src/templates/people/modules/channels.html +++ b/src/templates/people/modules/channels.html @@ -46,7 +46,7 @@ {% if chan.is_secure() %} - + {% end %} {{ chan.codec }} -- 2.47.3