back to show route

This commit is contained in:
bill bittner 2017-08-08 16:37:30 -07:00
parent d9be5f3366
commit d86510f1ef

View file

@ -50,7 +50,7 @@ const hbs = expressHandlebars.create({
}, },
addOpenGraph (title, mimeType, showUrl, source) { addOpenGraph (title, mimeType, showUrl, source) {
let basicTags = `<meta property="og:title" content="${title}"> let basicTags = `<meta property="og:title" content="${title}">
<meta property="og:url" content="${source}" > <meta property="og:url" content="${showUrl}" >
<meta property="og:site_name" content="Spee.ch" > <meta property="og:site_name" content="Spee.ch" >
<meta property="og:description" content="View or download ${title} from spee.ch: the open-source, decentralized content host." >`; <meta property="og:description" content="View or download ${title} from spee.ch: the open-source, decentralized content host." >`;
if (mimeType === 'video/mp4') { if (mimeType === 'video/mp4') {