mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 09:28:12 +08:00
Blog post: Looking back on 2023 and what's next
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
{% block head %}
|
||||
{% set this = section | default(value = page) %}
|
||||
<link rel="stylesheet" href="/article.css">
|
||||
<meta property="og:title" content="{{ this.title }}.">
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:image" content="{{ this.extra.banner | safe }}">
|
||||
<meta property="og:title" content="{{ this.title | safe }}.">
|
||||
<meta property="og:image" content="{{ this.extra.banner_png | safe }}">
|
||||
<meta property="og:url" content="{{ current_url | safe }}">
|
||||
{% endblock head %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user