mirror of
https://github.com/mudler/LocalAI.git
synced 2025-06-12 20:18:11 +00:00
docs: Initial import from localai-website (#1312)
Signed-off-by: Ettore Di Giacinto <mudler@localai.io>
This commit is contained in:
committed by
GitHub
parent
763f94ca80
commit
c5c77d2b0d
5
docs/layouts/shortcodes/github.html
Normal file
5
docs/layouts/shortcodes/github.html
Normal file
@ -0,0 +1,5 @@
|
||||
{{ 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 }}
|
Reference in New Issue
Block a user