From b6976b867abf7be74694b4ee3682d3189a24727a Mon Sep 17 00:00:00 2001 From: Cade Date: Thu, 3 Jun 2021 10:07:33 +0200 Subject: [PATCH] Tweaked for twitter cards --- public/_layout.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/_layout.jade b/public/_layout.jade index 9855727..a68cd5f 100644 --- a/public/_layout.jade +++ b/public/_layout.jade @@ -17,11 +17,11 @@ head meta(name="twitter:card" content="summary") meta(name="twitter:title" content="Undersco.re // Leave the surveillance economy—together.") meta(name="twitter:description" content="An emergent creative community of open platforms, co-operative tools and public spaces where art and culture can survive – and thrive – online. Developed by the New Design Congress and friends.") - meta(name="twitter:image" content="./logo.png") + meta(name="twitter:image" content="logo.png") meta(property="og:title" content="Undersco.re // Leave the surveillance economy—together.") meta(property="og:description" content="An emergent creative community of open platforms, co-operative tools and public spaces where art and culture can survive – and thrive – online. Developed by the New Design Congress and friends.") - meta(property="og:image" content="./logo.png") + meta(property="og:image" content="logo.png") script(type="text/javascript"). var _paq = window._paq = window._paq || [];