1
Fork 0
theorangeone.net-legacy/layouts/partials/subtitle.html
2017-11-10 23:08:50 +00:00

7 lines
277 B
HTML

{{ if .Params.subtitle }}
{{ markdownify .Params.subtitle }}
{{ 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 }}