From 146b3a2682c7c91984b15bfa34325558201203ba Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 29 May 2019 18:10:45 +0200 Subject: add twitter preview tags to public user status page --- templates/layouts/default.html.ep | 3 +++ 1 file changed, 3 insertions(+) (limited to 'templates/layouts') diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index eef610f..4423060 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -7,6 +7,9 @@ + % while (my ($key, $value) = each %{stash('twitter') // {}}) { + + % } % my $av = 'v25'; # asset version -- cgit v1.2.3