Back to Shardingsphere

Attachments

docs/community/themes/hugo-theme-learn/layouts/shortcodes/attachments.html

5.5.3603 B
Original Source

{{with .Get "title"}}{{.}}{{else}}{{T "Attachments-label"}}{{end}} {{if eq .Page.File.BaseFileName "index"}} {{$.Scratch.Add "filesName" "files"}} {{else}} {{$.Scratch.Add "filesName" (printf "%s.files" .Page.File.BaseFileName)}} {{end}} {{ range (readDir (printf "./content/%s%s" .Page.File.Dir ($.Scratch.Get "filesName")) ) }} {{ $fileDir := replace $.Page.File.Dir "\" "/" }} {{if ($.Get "pattern")}} {{if (findRE ($.Get "pattern") .Name)}} - [{{.Name}}]({{%20(printf) ({{div .Size 1024 }} ko) {{end}} {{else}} - [{{.Name}}]({{%20(printf) ({{div .Size 1024 }} ko) {{end}} {{end}} {{.Inner}}