summaryrefslogtreecommitdiff
path: root/head.html
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2017-11-28 19:04:21 +0100
committerhellekin <hellekin@cepheide.org>2017-11-28 19:04:21 +0100
commitbf297472c52d8e1747b46cd89bf37e70196e1c2d (patch)
treea3f338cb909283f8b4a3c729234e2be234b0c558 /head.html
downloadcode.cepheide.org-bf297472c52d8e1747b46cd89bf37e70196e1c2d.tar.gz
Add rich link support using Twitter and OpenGraph metadata porn
Diffstat (limited to 'head.html')
-rw-r--r--head.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/head.html b/head.html
new file mode 100644
index 0000000..3bd281a
--- /dev/null
+++ b/head.html
@@ -0,0 +1,13 @@
+
+<meta name="twitter:card" content="summary" />
+<meta name="twitter:url" content="https://code.cepheide.org/" />
+<meta name="twitter:title" content="Cepheide.org's Free Software Code Repository" />
+<meta name="twitter:image" content="https://code.cepheide.org/assets/cepheide_144x144.png" />
+<meta name="twitter:description" content="Code is politics. When in doubt, fork it!" />
+
+<meta property="og:site_name" content="code.cepheide.org" />
+<meta property="og:ignore_canonical" content="true" />
+<meta property="og:url" content="https://code.cepheide.org/" />
+<meta property="og:title" content="Cepheide.org's Free Software Code Repository" />
+<meta property="og:image" content="https://code.cepheide.org/assets/cepheide_144x144.png" />
+<meta property="og:description" content="Code is politics. When in doubt, fork it!" />