Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add clarity to docs on permalinks placeholders and builtins #8995

Merged
merged 7 commits into from
Apr 8, 2022
Merged
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/_docs/permalinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,14 @@ Here's the full list of placeholders available:
</p>
</td>
</tr>
<tr>
<td>
<p><code>:output_ext</code></p>
</td>
<td>
<p>Extension of the output file. (Included by default and usually unnecessary.)</p>
</td>
</tr>
</tbody>
</table>
</div>
Expand Down Expand Up @@ -326,6 +334,7 @@ For posts, Jekyll also provides the following built-in styles for convenience:
</td>
<td>
<p><code>/:categories/:year/W:week/:short_day/:title:output_ext</code></p>
<small>`W` is a prefix for `:week`</small>
EmilyGraceSeville7cf marked this conversation as resolved.
Show resolved Hide resolved
</td>
</tr>
<tr>
Expand Down