diff --git a/views/layouts/show.handlebars b/views/layouts/show.handlebars index 04290840..a72b1ccc 100644 --- a/views/layouts/show.handlebars +++ b/views/layouts/show.handlebars @@ -7,8 +7,8 @@ <title>Spee.ch</title> <link rel="stylesheet" href="/assets/css/generalStyle.css" type="text/css"> <link rel="stylesheet" href="/assets/css/componentStyle.css" type="text/css"> - {{addTwitterCard openGraphInfo.type openGraphInfo.source}} - {{addOpenGraph fileInfo.name openGraphInfo.showUrl openGraphInfo.type openGraphInfo.source fileInfo.fileType }} + {{{addTwitterCard openGraphInfo.type openGraphInfo.source}}} + {{{addOpenGraph fileInfo.name openGraphInfo.showUrl openGraphInfo.type openGraphInfo.source fileInfo.fileType }}} </head> <body> {{{ body }}}