Skip to content

Commit

Permalink
Merge pull request #405 from ismamz/patch-1
Browse files Browse the repository at this point in the history
Add slash at the end in permalinks of posts (_config.yml)
  • Loading branch information
davatron5000 committed Aug 8, 2016
2 parents b604333 + e02eae8 commit daca57d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _config.yml
@@ -1,6 +1,6 @@
# standard jekyll configuration

permalink: /posts/:title
permalink: /posts/:title/
exclude: ['Rakefile', 'README.md', 'config.rb']
markdown: kramdown

Expand Down
1 change: 1 addition & 0 deletions about.md
Expand Up @@ -2,6 +2,7 @@
layout: post
title: Accessibility is hard :(
description: The A11Y Project aims to make accessibility easier
permalink: about.html
---

For many web developers, accessibility is complex and somewhat difficult. The Accessibility Project understands that and we want to help to make web accessibility easier for front end developers to implement. Our strategy is to accomplish this with 3 principles in mind:
Expand Down
1 change: 1 addition & 0 deletions archives.html
Expand Up @@ -2,6 +2,7 @@
layout: archives
title: Archives
description: All posts organized by category
permalink: archives.html
---
{% for category in site.categories %}

Expand Down
1 change: 1 addition & 0 deletions checklist.html
Expand Up @@ -2,6 +2,7 @@
layout: page
title: Web Accessibility Checklist
description: A beginner's guide to web accessibility
permalink: checklist.html
---

<form action="/" data-persist="garlic" method="POST" class="checklist" id="simple-a11y-checklist">
Expand Down
1 change: 1 addition & 0 deletions resources.html
Expand Up @@ -2,6 +2,7 @@
layout: page
title: Resources
description: Accessibility software, books, blogs, online tools, and more
permalink: resources.html
---

<section class="toc-wrap toc-long">
Expand Down

0 comments on commit daca57d

Please sign in to comment.