1
Fork 0
theorangeone.net-legacy/layouts/partials/summary.html

10 lines
364 B
HTML

{{ if .Content }}
{{ .Summary | chomp }}{{ if .Truncated }}…{{ end }}
{{ else if .Params.subtitle }}
{{ .Params.subtitle | markdownify }}
{{ else if .Params.repo }}
{{ (getJSON "https://api.github.com/repos/" .Params.repo).description }}
{{ else if .Params.gist }}
{{ (getJSON "https://api.github.com/gists/" .Params.gist).description }}
{{ end }}