From 952b97f2a1afc2d4962fa1338d1ea60474517509 Mon Sep 17 00:00:00 2001 From: Deimos Date: Tue, 5 Mar 2019 12:16:24 -0700 Subject: [PATCH] Add some basic Open Graph meta tags This should allow for some basic embeds to be displayed in Slack/Discord/Twitter/etc. when people link to Tildes urls. This should definitely be enhanced by adding things like descriptions to pages where that's relevant, but it's a reasonable start. --- tildes/static/images/tildes-logo-144x144.png | Bin 0 -> 1002 bytes tildes/tildes/templates/base.jinja2 | 7 +++++++ 2 files changed, 7 insertions(+) create mode 100644 tildes/static/images/tildes-logo-144x144.png diff --git a/tildes/static/images/tildes-logo-144x144.png b/tildes/static/images/tildes-logo-144x144.png new file mode 100644 index 0000000000000000000000000000000000000000..083be256877b4c747daad208be9549b302e73b8b GIT binary patch literal 1002 zcmeAS@N?(olHy`uVBq!ia0vp^6F``Q2}owBl)eX2Ea{HEjtmSN`?>!lvI6;>1s;*b z3=G_YAk0{w5p$>Vs9(QlZ^A)2=gtdFwrxTSS*v+eow&bAc(sVVF`UAodm~vxFlxi`0HrMn{R>?( zNK<(Gef{31`>p%-{{P0**YfZ0m&4o^lNPz0(5?mg#iIl0*(Dl+pS=ss6; zzZdA$IZyXV1EbsWbgelkx~Kil14Xya_q(9zrd(t2IoqdqXh58`+w-5lVbau4p|hcT Qf%%fb)78&qol`;+0NeJ + + + + {% block meta_og_tags %} + + {% endblock %} + {# Hardcoding each option isn't great, but I don't know a better method #} {% if request.cookies.get('theme', '') == 'dark' %}