From cb029962c5f01a68c30320a06697450b9e422cc3 Mon Sep 17 00:00:00 2001 From: swag Date: Thu, 21 Jul 2022 23:16:43 -0400 Subject: [PATCH] Add image to URL previews --- templates/layouts/default.html.ep | 4 ++++ templates/layouts/single_message.html.ep | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 91acb14..8e54b91 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -7,10 +7,14 @@ + + Swagg::Net::Guestbook - <%= title %> diff --git a/templates/layouts/single_message.html.ep b/templates/layouts/single_message.html.ep index 8b2dfd2..2a2390b 100644 --- a/templates/layouts/single_message.html.ep +++ b/templates/layouts/single_message.html.ep @@ -8,11 +8,15 @@ + + Swagg::Net::Guestbook - Message #<%= @$view_post[4] %>