diff options
Diffstat (limited to 'head.html')
-rw-r--r-- | head.html | 13 |
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!" /> |