mirror of
https://github.com/nunocoracao/blowfish.git
synced 2026-01-30 15:31:52 +00:00
chore: add warn message for GetRemote usage in shortcodes
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
{{ with resources.GetRemote (urls.Parse $url) }}
|
||||
{{ .Content | markdownify }}
|
||||
{{ else }}
|
||||
{{ errorf "Mardown Importer Shortcode - Unable to get remote resource" . }}
|
||||
{{ warnf "mdimporter shortcode: unable to fetch %q: %s" $url .Position }}
|
||||
{{ end }}
|
||||
|
||||
Reference in New Issue
Block a user