mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Also rename readDir in docs shortcode
This commit is contained in:
parent
cea82842f0
commit
2805a6f80e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
{{$dir := .Get "dir"}}
|
||||
{{ $url := .Get "baseurl" }}
|
||||
|
||||
{{ $files := ReadDir $dir }}
|
||||
{{ $files := readDir $dir }}
|
||||
{{ range $files }}
|
||||
<tr>
|
||||
<td>{{.Size}}</td>
|
||||
|
|
Loading…
Reference in a new issue