fix: meta images

This commit is contained in:
recanman 2024-11-10 23:06:39 -08:00
parent 67d21f427d
commit 1cf9183384

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 }}">