|
@@ -175,7 +175,7 @@
|
|
|
{{ end }}
|
|
|
<meta property="og:site_name" content="{{ site.Title }}">
|
|
|
<meta property="og:url" content="{{ .Permalink }}">
|
|
|
- <meta property="og:title" content="{{ if not .IsHome }}{{ .Title }} | {{ end }}{{ site.Title }}">
|
|
|
+ <meta property="og:title" content="{{ if not .IsHome }}{{ .Params.name | default .Title }} | {{ end }}{{ site.Title }}">
|
|
|
<meta property="og:description" content="{{ $desc }}">
|
|
|
{{- with $og_image -}}
|
|
|
<meta property="og:image" content="{{.}}">
|
|
@@ -199,6 +199,6 @@
|
|
|
|
|
|
{{ partial "custom_head" . }}
|
|
|
|
|
|
- <title>{{ if not .IsHome }}{{ .Title }} | {{ end }}{{ site.Title }}</title>
|
|
|
+ <title>{{ if not .IsHome }}{{ .Params.name | default .Title }} | {{ end }}{{ site.Title }}</title>
|
|
|
|
|
|
</head>
|