Blog post: Looking back on 2023 and what's next

This commit is contained in:
Keavon Chambers
2024-01-03 08:01:34 -08:00
parent 7251d81a65
commit bbece3fb65
6 changed files with 204 additions and 3 deletions
+2 -2
View File
@@ -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 %}