diff options
author | hellekin <hellekin@cepheide.org> | 2017-11-28 19:04:21 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2017-11-28 19:04:21 +0100 |
commit | bf297472c52d8e1747b46cd89bf37e70196e1c2d (patch) | |
tree | a3f338cb909283f8b4a3c729234e2be234b0c558 | |
download | code.cepheide.org-bf297472c52d8e1747b46cd89bf37e70196e1c2d.tar.gz |
Add rich link support using Twitter and OpenGraph metadata porn
-rw-r--r-- | assets/cepheide_144x144.png | bin | 0 -> 3985 bytes | |||
-rw-r--r-- | head.html | 13 |
2 files changed, 13 insertions, 0 deletions
diff --git a/assets/cepheide_144x144.png b/assets/cepheide_144x144.png Binary files differnew file mode 100644 index 0000000..c6995fe --- /dev/null +++ b/assets/cepheide_144x144.png 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!" /> |