mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Add og:image meta tag
This commit is contained in:
parent
6a748af3f2
commit
72f41093f0
1 changed files with 6 additions and 0 deletions
|
|
@ -18,6 +18,12 @@ description: A Simple Reference Image Viewer
|
|||
baseurl: "" # the subpath of your site, e.g. /blog
|
||||
url: "https://beeref.org"
|
||||
|
||||
defaults:
|
||||
- scope:
|
||||
path: "" # an empty string here means all files in the project
|
||||
values:
|
||||
image: "/assets/images/screenshot.png"
|
||||
|
||||
# Build settings
|
||||
markdown: kramdown
|
||||
theme: jekyll-theme-cayman
|
||||
|
|
|
|||
Loading…
Reference in a new issue