From f33994fe65cdb2f0023669a84d13dc0a331cf509 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 5 Jan 2022 11:27:28 +0100 Subject: [PATCH] Remove files.Extension (duplicate of files.Ext) --- content/en/variables/files.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/variables/files.md b/content/en/variables/files.md index 1769fa688..d8f3daece 100644 --- a/content/en/variables/files.md +++ b/content/en/variables/files.md @@ -40,7 +40,7 @@ The `.File` object contains the following fields: : the filename without extension (e.g., `foo.en`) .File.Ext -: the file extension of the content file (e.g., `md`); this can also be called using `.File.Extension` as well. Note that it is *only* the extension without `.`. +: the file extension of the content file (e.g., `md`). .File.Lang : the language associated with the given file if Hugo's [Multilingual features][multilingual] are enabled (e.g., `en`)