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

8 lines
300 B
HTML
Raw Normal View History

{{ if .Params.subtitle }}
2017-08-05 22:17:15 +01:00
<p>{{ .Params.subtitle | markdownify }}</p>
{{ else if .Params.repo }}
2017-08-05 22:17:15 +01:00
<p>{{ (getJSON "https://api.github.com/repos/" .Params.repo).description }}</p>
{{ else if .Params.gist }}
2017-08-05 22:17:15 +01:00
<p>{{ (getJSON "https://api.github.com/gists/" .Params.gist).description }}</p>
{{ end }}