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

Fix incorrect and inconsistent variables in the permalinks page #9591

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all 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
42 changes: 21 additions & 21 deletions docs/_docs/permalinks.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Here's the full list of placeholders available:
<tbody>
<tr>
<td>
<p><code>year</code></p>
<p><code>:year</code></p>
</td>
<td>
<p>
Expand All @@ -68,7 +68,7 @@ Here's the full list of placeholders available:
</tr>
<tr>
<td>
<p><code>short_year</code></p>
<p><code>:short_year</code></p>
</td>
<td>
<p>
Expand All @@ -79,7 +79,7 @@ Here's the full list of placeholders available:
</tr>
<tr>
<td>
<p><code>month</code></p>
<p><code>:month</code></p>
</td>
<td>
<p>
Expand All @@ -90,7 +90,7 @@ Here's the full list of placeholders available:
</tr>
<tr>
<td>
<p><code>i_month</code></p>
<p><code>:i_month</code></p>
</td>
<td>
<p>
Expand All @@ -101,15 +101,15 @@ Here's the full list of placeholders available:
</tr>
<tr>
<td>
<p><code>short_month</code></p>
<p><code>:short_month</code></p>
</td>
<td>
<p>Three-letter month abbreviation, e.g. “Jan”.</p>
</td>
</tr>
<tr>
<td>
<p><code>long_month</code></p>
<p><code>:long_month</code></p>
<small>{% include docs_version_badge.html version="4.0" %}</small>
</td>
<td>
Expand All @@ -118,7 +118,7 @@ Here's the full list of placeholders available:
</tr>
<tr>
<td>
<p><code>day</code></p>
<p><code>:day</code></p>
</td>
<td>
<p>
Expand All @@ -129,7 +129,7 @@ Here's the full list of placeholders available:
</tr>
<tr>
<td>
<p><code>i_day</code></p>
<p><code>:i_day</code></p>
</td>
<td>
<p>
Expand All @@ -140,15 +140,15 @@ Here's the full list of placeholders available:
</tr>
<tr>
<td>
<p><code>y_day</code></p>
<p><code>:y_day</code></p>
</td>
<td>
<p>Ordinal day of the year from the post’s filename, with leading zeros. (001..366)</p>
</td>
</tr>
<tr>
<td>
<p><code>w_year</code></p>
<p><code>:w_year</code></p>
<small>{% include docs_version_badge.html version="4.0" %}</small>
</td>
<td>
Expand All @@ -157,7 +157,7 @@ Here's the full list of placeholders available:
</tr>
<tr>
<td>
<p><code>week</code></p>
<p><code>:week</code></p>
<small>{% include docs_version_badge.html version="4.0" %}</small>
</td>
<td>
Expand All @@ -166,7 +166,7 @@ Here's the full list of placeholders available:
</tr>
<tr>
<td>
<p><code>w_day</code></p>
<p><code>:w_day</code></p>
<small>{% include docs_version_badge.html version="4.0" %}</small>
</td>
<td>
Expand All @@ -175,7 +175,7 @@ Here's the full list of placeholders available:
</tr>
<tr>
<td>
<p><code>short_day</code></p>
<p><code>:short_day</code></p>
<small>{% include docs_version_badge.html version="4.0" %}</small>
</td>
<td>
Expand All @@ -184,7 +184,7 @@ Here's the full list of placeholders available:
</tr>
<tr>
<td>
<p><code>long_day</code></p>
<p><code>:long_day</code></p>
<small>{% include docs_version_badge.html version="4.0" %}</small>
</td>
<td>
Expand All @@ -193,7 +193,7 @@ Here's the full list of placeholders available:
</tr>
<tr>
<td>
<p><code>hour</code></p>
<p><code>:hour</code></p>
</td>
<td>
<p>
Expand All @@ -204,7 +204,7 @@ Here's the full list of placeholders available:
</tr>
<tr>
<td>
<p><code>minute</code></p>
<p><code>:minute</code></p>
</td>
<td>
<p>
Expand All @@ -214,7 +214,7 @@ Here's the full list of placeholders available:
</tr>
<tr>
<td>
<p><code>second</code></p>
<p><code>:second</code></p>
</td>
<td>
<p>
Expand All @@ -224,7 +224,7 @@ Here's the full list of placeholders available:
</tr>
<tr>
<td>
<p><code>title</code></p>
<p><code>:title</code></p>
</td>
<td>
<p>
Expand All @@ -235,7 +235,7 @@ Here's the full list of placeholders available:
</tr>
<tr>
<td>
<p><code>slug</code></p>
<p><code>:slug</code></p>
</td>
<td>
<p>
Expand All @@ -247,7 +247,7 @@ Here's the full list of placeholders available:
</tr>
<tr>
<td>
<p><code>categories</code></p>
<p><code>:categories</code></p>
</td>
<td>
<p>
Expand All @@ -260,7 +260,7 @@ Here's the full list of placeholders available:
</tr>
<tr>
<td>
<p><code>slugified_categories</code></p>
<p><code>:slugified_categories</code></p>
<small>{% include docs_version_badge.html version="4.1" %}</small>
</td>
<td>
Expand Down