Sketch an opengraph stanza

This commit is contained in:
James Polley 2018-07-02 09:23:42 +00:00
parent 9851cbb1a0
commit 13bdc73cf0

View file

@ -25,6 +25,13 @@
<link rel="manifest" href="{% static 'assets/favicon/site.webmanifest' %}">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<meta property="og:type" content="website" />
<meta property="og:title" content="linux.conf.au 2019" />
<meta property="og:image" content="https://linux.conf.au/static/build/assets/LCA_logo.svg" />
<meta property="og:image:alt" content="linux.conf.au 21-25 Jan 2019 Christchurch />
{% block styles %}
<link href="{% sass_src 'scss/app.scss' %}" rel="stylesheet" type="text/css" />