Files
blog/layouts/_shortcodes/gitea.md
2026-03-08 17:43:53 -04:00

10 lines
256 B
Markdown

{{- $url := "" -}}
{{- with .Get "url" -}}
{{- $url = . -}}
{{- else -}}
{{- $url = urls.JoinPath "http://gitea.balki.me" (.Get "repo") "raw/branch/main" (.Get "path") -}}
{{- end -}}
{{ with resources.GetRemote $url }}
{{- .Content -}}
{{ end }}