mirror of
https://github.com/rottenwheel/rottentheme.git
synced 2024-11-21 17:12:26 +00:00
fix: meta images
This commit is contained in:
parent
67d21f427d
commit
1cf9183384
1 changed files with 1 additions and 1 deletions
|
@ -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 }}">
|
||||
|
|
Loading…
Reference in a new issue