Sketch an opengraph stanza
This commit is contained in:
parent
9851cbb1a0
commit
13bdc73cf0
1 changed files with 7 additions and 0 deletions
|
@ -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" />
|
||||
|
|
Loading…
Reference in a new issue