diff options
author | Leonardo Santiago <[email protected]> | 2024-06-01 20:04:32 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-06-01 20:04:32 -0300 |
commit | 8b266de60068985cac957a5ddf21b936a79c85ea (patch) | |
tree | aab14375bf9b2c4489d6dd04110eb65219817228 | |
parent | 57418e47e5264443cb49017e88111470cdcaf8bf (diff) |
fix preview image link
-rw-r--r-- | layouts/partials/custom_head.html | 2 |
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" }}" /> |