diff options
-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" }}" /> |