Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAleksandr Demakin <alexander.demakin@gmail.com>2021-01-23 16:14:51 +0300
committerGitHub <noreply@github.com>2021-01-23 16:14:51 +0300
commited3071b753c8dec83a2c054624e49b204553ecd3 (patch)
tree69c074617acdcb3536b306a15e9626eedbcf3979 /docs
parentee9c1367635eab446fcf9baa1ab8b4066882548e (diff)
docs: Remove mention of a file size limit for readFile
The limit itself was removed in this PR: https://github.com/gohugoio/hugo/pull/8172.
Diffstat (limited to 'docs')
-rw-r--r--docs/content/en/functions/readfile.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/content/en/functions/readfile.md b/docs/content/en/functions/readfile.md
index ca7f23075..bcd845c96 100644
--- a/docs/content/en/functions/readfile.md
+++ b/docs/content/en/functions/readfile.md
@@ -28,8 +28,6 @@ So, if you have a file with the name `README.txt` in the root of your project wi
If you receive a "file doesn't exist" error with a path listed, do take note that the path is the last one checked by the function, and may not accurately reflect your target. You should generally double-check your path for mistakes.
-Note that there is a 1 MB file size limit.
-
For more information on using `readDir` and `readFile` in your templates, see [Local File Templates][local].
[local]: /templates/files/