Skip to content

Commit 3a1aa66

Browse files
committed
Merge pull request barryclark#15 from javiercejudo/patch-1
Adds trailing slash to avoid 301 redirections
2 parents a865b32 + d035ea2 commit 3a1aa66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ baseurl: ""
5151

5252
markdown: kramdown
5353
highlighter: pygments
54-
permalink: /:title
54+
permalink: /:title/
5555

5656
# The release of Jekyll Now that you're using
5757
version: v1.0.0
@@ -71,4 +71,4 @@ exclude:
7171
- Gemfile
7272
- Gemfile.lock
7373
- LICENSE
74-
- README.md
74+
- README.md

0 commit comments

Comments
 (0)