Skip to content

Commit 64dbf46

Browse files
author
Emily Grace Seville
authored
Add clarity to docs on permalinks placeholders and builtins (#8995)
Merge pull request 8995
1 parent 1cde234 commit 64dbf46

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

docs/_docs/permalinks.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,14 @@ Here's the full list of placeholders available:
278278
</p>
279279
</td>
280280
</tr>
281+
<tr>
282+
<td>
283+
<p><code>:output_ext</code></p>
284+
</td>
285+
<td>
286+
<p>Extension of the output file. (Included by default and usually unnecessary.)</p>
287+
</td>
288+
</tr>
281289
</tbody>
282290
</table>
283291
</div>
@@ -325,7 +333,10 @@ For posts, Jekyll also provides the following built-in styles for convenience:
325333
<small>{% include docs_version_badge.html version="4.0" %}</small>
326334
</td>
327335
<td>
328-
<p><code>/:categories/:year/W:week/:short_day/:title:output_ext</code></p>
336+
<p>
337+
<code>/:categories/:year/W:week/:short_day/:title:output_ext</code><br/>
338+
<small>(<code>W</code> will be prefixed to the value of <code>:week</code>)</small>
339+
</p>
329340
</td>
330341
</tr>
331342
<tr>

0 commit comments

Comments
 (0)