We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f623671 commit 0cdb7b1Copy full SHA for 0cdb7b1
1 file changed
Source Code/layouts/partials/internal/Site_Head.html
@@ -59,7 +59,8 @@
59
{{- .Summary | default (printf " %s - %s" .Title site.Title) }}{{- else }} {{- with site.Params.description }}{{ .
60
}}{{- end }}{{- end }}{{- end -}}">
61
62
-<meta name="author" content="{{ partial " scholarly/Scholar_Identity.html" . }}">
+{{- $author := partial "scholarly/Scholar_Identity.html" . -}}
63
+<meta name="author" content="{{ $author }}">
64
65
<link rel="canonical"
66
href="{{ if .Params.canonicalURL -}} {{ trim .Params.canonicalURL " " }} {{- else -}} {{ .Permalink }} {{- end }}">
0 commit comments