mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 17:28:29 -05:00
Use permalink Front Matter variable for clean URLs
Add pro Tip to use permalink front matter variable to get clean URLs
This commit is contained in:
@@ -87,3 +87,15 @@ might look like:
|
||||
|
||||
This approach may not suit everyone, but for people who like clean URLs it’s
|
||||
simple and it works. In the end the decision is yours!
|
||||
|
||||
<div class="note">
|
||||
<h5>ProTip™: Use permalink Front Matter Variable</h5>
|
||||
<p>
|
||||
Clean URLs can also be achieved using the <em>permalink</em> Front Matter variable. In the example above, using the first method, you can get URL <em>http://example.com/other</em> for the file <em>other.md</em> by adding this to the top of the file.
|
||||
<pre>
|
||||
---
|
||||
permalink: /other/
|
||||
---
|
||||
</pre>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user