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

8 lines
279 B
HTML
Raw Normal View History

{{ 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 }}