feat: add Prettier with go-template and toml plugins, format all files
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -20,10 +20,10 @@
|
||||
}
|
||||
</script>
|
||||
{{- else if and .IsPage (eq .Section "posts") -}}
|
||||
{{- $authorPage := "" -}}
|
||||
{{- with .Params.author -}}
|
||||
{{- $authorPage = site.GetPage (printf "authors/%s" .) -}}
|
||||
{{- end -}}
|
||||
{{- $authorPage := "" -}}
|
||||
{{- with .Params.author -}}
|
||||
{{- $authorPage = site.GetPage (printf "authors/%s" .) -}}
|
||||
{{- end -}}
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
|
||||
Reference in New Issue
Block a user