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

256 B

{{- $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 }}