Merge pull request #8 from recanman/main

fix: meta images
This commit is contained in:
rottenwheel 2024-11-11 07:09:11 +00:00 committed by GitHub
commit f802e7b87e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,7 +12,7 @@
{{ if .Params.image }}
{{ $image = .Params.image }}
{{ else }}
{{ $image = resources.Get "images/rw_profile.jpg" }}
{{ $image = "/images/rw_profile.jpg" }}
{{ end }}
<meta property="og:title" content="{{ .Title }}">