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 | |
parent | bae4df015a2b5f5105cc37079edb1a82aa1adf8f (diff) |
add preview image
-rw-r--r-- | layouts/partials/custom_head.html | 1 | ||||
-rw-r--r-- | static/preview.jpg | bin | 0 -> 9143 bytes |
2 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" /> diff --git a/static/preview.jpg b/static/preview.jpg Binary files differnew file mode 100644 index 0000000..3f1c597 --- /dev/null +++ b/static/preview.jpg |