Skip to content

Commit 0cdb7b1

Browse files
Amey-Thakurmsatmod
andcommitted
Amey's Arc
Co-authored-by: Mega Satish <mega.modha@gmail.com>
1 parent f623671 commit 0cdb7b1

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Source Code/layouts/partials/internal/Site_Head.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@
5959
{{- .Summary | default (printf " %s - %s" .Title site.Title) }}{{- else }} {{- with site.Params.description }}{{ .
6060
}}{{- end }}{{- end }}{{- end -}}">
6161

62-
<meta name="author" content="{{ partial " scholarly/Scholar_Identity.html" . }}">
62+
{{- $author := partial "scholarly/Scholar_Identity.html" . -}}
63+
<meta name="author" content="{{ $author }}">
6364

6465
<link rel="canonical"
6566
href="{{ if .Params.canonicalURL -}} {{ trim .Params.canonicalURL " " }} {{- else -}} {{ .Permalink }} {{- end }}">

0 commit comments

Comments
 (0)