summaryrefslogtreecommitdiffhomepage
path: root/layouts
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2024-06-01 20:04:32 -0300
committerLeonardo Santiago <[email protected]>2024-06-01 20:04:32 -0300
commit8b266de60068985cac957a5ddf21b936a79c85ea (patch)
treeaab14375bf9b2c4489d6dd04110eb65219817228 /layouts
parent57418e47e5264443cb49017e88111470cdcaf8bf (diff)
fix preview image link
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/custom_head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html
index e451420..523b6cc 100644
--- a/layouts/partials/custom_head.html
+++ b/layouts/partials/custom_head.html
@@ -15,4 +15,4 @@
background-color: #ffc069;
}
</style>
-<meta property="og:image" content="/preview.jpg" />
+<meta property="og:image" content="{{ absURL "preview.jpg" }}" />