fix: update Open Graph type from 'website' to 'article' in edit template

main
Antonio De Lucreziis 5 months ago
parent 825c18bcfe
commit 7e22e9fdc8

@ -6,7 +6,7 @@
<title>{{ run_id }} — Diagram → TikZ</title>
<meta property="og:title" content="{{ run_id }} — Diagram → TikZ" />
<meta property="og:description" content="View and edit the LaTeX/TikZ code for diagram {{ run_id }}." />
<meta property="og:type" content="website" />
<meta property="og:type" content="article" />
<meta property="og:url" content="{{ base_path }}/d/{{ run_id }}" />
<meta property="og:image" content="{{ base_path }}/d/{{ run_id }}/files/preview.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />

Loading…
Cancel
Save