We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c450bc commit f623671Copy full SHA for f623671
1 file changed
Source Code/layouts/partials/internal/Site_Head.html
@@ -59,7 +59,7 @@
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" . ) }}">
+<meta name="author" content="{{ partial " scholarly/Scholar_Identity.html" . }}">
63
64
<link rel="canonical"
65
href="{{ if .Params.canonicalURL -}} {{ trim .Params.canonicalURL " " }} {{- else -}} {{ .Permalink }} {{- end }}">
0 commit comments