LocalAI/docs/layouts/shortcodes/github.html

6 lines
217 B
HTML
Raw Normal View History

{{ if .IsNamedParams }}
<a target="_blank" href="http://github.com/{{ .Get "user" }}" alt="">{{ .Get "user" }}</a>
{{ else }}
<a target="_blank" href="http://github.com/{{ .Get 0 }}" alt="">{{ .Get 0 }}</a>
{{ end }}