Back to Leetcode Go

Post Meta

website/themes/book/layouts/partials/docs/post-meta.html

1.7.1442 B
Original Source

{{ with .Date }}

{{ partial "docs/date" (dict "Date" . "Format" $.Site.Params.BookDateFormat) }}

{{ end }} {{ range $taxonomy, $_ := .Site.Taxonomies }} {{ with $terms := $.GetTerms $taxonomy }} {{ range $n, $term := $terms }}{{ if $n }}, {{ end }} {{ $term.Title }} {{- end }} {{ end }} {{ end }} {{ if .Params.image }}

{{ with .Resources.GetMatch .Params.image }} {{ else }} {{ end }}

{{ end }}