Merge branch 'master' of github.com:BookStackApp/website

This commit is contained in:
Dan Brown 2017-04-27 23:06:38 +01:00
commit 4976af1a01
Signed by: danb
GPG key ID: 46D9F943C24A2EF9

View file

@ -18,7 +18,7 @@ To include the content of a page within another you can used the following synta
Here are some examples of this in use:
* `{{@5}}` - Include all content from the page with and id of '5'.
* `{{@5}}` - Include all content from the page with an id of '5'.
* `{{@10#bkmrk-copyright-year}}` - Include the content within the element of id `bkmrk-copyright-year` in the page with an id of '10'.
You simply enter that in the page editor and then, When the page is viewed, the content will be dynamically be fetched. This means you can update the referenced content and it will show the same changes on any page the content is included within.