diff options
author | Leonardo Santiago <[email protected]> | 2024-06-01 19:53:46 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2024-06-01 19:53:52 -0300 |
commit | 57418e47e5264443cb49017e88111470cdcaf8bf (patch) | |
tree | f8dfbfddd404d9561fe48003d16e55054f02da77 /layouts/partials/custom_head.html | |
parent | bae4df015a2b5f5105cc37079edb1a82aa1adf8f (diff) |
add preview image
Diffstat (limited to 'layouts/partials/custom_head.html')
-rw-r--r-- | layouts/partials/custom_head.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/layouts/partials/custom_head.html b/layouts/partials/custom_head.html index 805fb4b..e451420 100644 --- a/layouts/partials/custom_head.html +++ b/layouts/partials/custom_head.html @@ -15,3 +15,4 @@ background-color: #ffc069; } </style> +<meta property="og:image" content="/preview.jpg" /> |