This commit is contained in:
Alan Cha 2020-07-30 22:37:35 -04:00 committed by Matthew Taylor
parent 704648b6a7
commit 66feffbd41

View file

@ -12,7 +12,7 @@ The Attachments shortcode displays a list of files attached to a page.
The shortcurt lists files found in a **specific folder**.
Currently, it support two implementations for pages
1. If your page is a markdown file, attachements must be place in a **folder** named like your page and ending with **.files**.
1. If your page is a markdown file, attachements must be placed in a **folder** named like your page and ending with **.files**.
> * content
> * _index.md
@ -20,7 +20,7 @@ Currently, it support two implementations for pages
> * attachment.pdf
> * page.md
2. If your page is a **folder**, attachements must be place in a nested **'files'** folder.
2. If your page is a **folder**, attachements must be placed in a nested **'files'** folder.
> * content
> * _index.md