From 64dbf46a3bba6d25a93e41cd15f3ce76f210aacb Mon Sep 17 00:00:00 2001
From: Emily Grace Seville
Date: Sat, 9 Apr 2022 00:22:29 +1000
Subject: [PATCH] Add clarity to docs on permalinks placeholders and builtins
(#8995)
Merge pull request 8995
---
docs/_docs/permalinks.md | 13 ++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)
diff --git a/docs/_docs/permalinks.md b/docs/_docs/permalinks.md
index e381e7de..7f199776 100644
--- a/docs/_docs/permalinks.md
+++ b/docs/_docs/permalinks.md
@@ -278,6 +278,14 @@ Here's the full list of placeholders available:
+
+
+ :output_ext
+ |
+
+ Extension of the output file. (Included by default and usually unnecessary.)
+ |
+
@@ -325,7 +333,10 @@ For posts, Jekyll also provides the following built-in styles for convenience:
{% include docs_version_badge.html version="4.0" %}
- /:categories/:year/W:week/:short_day/:title:output_ext
+
+ /:categories/:year/W:week/:short_day/:title:output_ext
+ (W will be prefixed to the value of :week )
+
|