mirror of
https://github.com/rottenwheel/rottentheme.git
synced 2024-11-24 10:32: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 }}
|
{{ if .Params.image }}
|
||||||
{{ $image = .Params.image }}
|
{{ $image = .Params.image }}
|
||||||
{{ else }}
|
{{ else }}
|
||||||
{{ $image = resources.Get "images/rw_profile.jpg" }}
|
{{ $image = "/images/rw_profile.jpg" }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
<meta property="og:title" content="{{ .Title }}">
|
<meta property="og:title" content="{{ .Title }}">
|
||||||
|
|
Loading…
Reference in a new issue