mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2025-06-26 15:17:29 -05:00
Clean up closing brackets on templates
This commit is contained in:
layouts
@ -33,5 +33,5 @@
|
||||
{{ partial "author-metadata.html" . }}
|
||||
|
||||
<meta name="language" content="{{ .Language.Lang }}">
|
||||
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage}}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}">
|
||||
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{if .IsPage }}{{ .Summary }}{{ else }}{{ with .Site.Params.description }}{{ . }}{{ end }}{{ end }}{{ end }}">
|
||||
</head>
|
||||
|
Reference in New Issue
Block a user