hugo-ui-blog/layouts/partials/seo/common.html
2023-10-26 06:23:06 +00:00

1.5 KiB

{{ $description := (site.Params.description) }} {{ with (.Summary) }}{{ $description = . }}{{ end }} {{ with (.Description) }}{{ $description = . }}{{ end }} {{ $image := (index (.Params.images) 0) }} {{ $url := (urls.Parse (site.BaseURL)) }} {{ if ($.IsPage) }} {{ with (.Params.uuid) }} {{ end }} {{ if (.Params.date) }} {{ end }} {{ with ($image) }} {{ end }} {{ with (.GetTerms "authors") }} {{ range . }} {{ end }} {{ end }} {{ with (.GetTerms "tags") }} {{ range . }} {{ end }} {{ end }} {{ end }}