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: pages permalinks, add trailing slash #183

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _pages/about.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: page
title: Mediumish Template for Jekyll
permalink: /about
permalink: /about/
comments: true
---

Expand Down
2 changes: 1 addition & 1 deletion _pages/categories.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: categories
title: Categories
permalink: /categories
permalink: /categories/
---
2 changes: 1 addition & 1 deletion _pages/tags.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: tags
title: Tags
permalink: /tags
permalink: /tags/
---
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Mediumish Jekyll Theme - Change Log

## unreleased
- FIX: permalinks in pages tags, categories, and about (in jekyll 4.x, permalinks without trailing slash has .html appended)

## 2019-05-16, v1.0.36
- docker-composer.yml
- better responsiveness for 1920x1080 resolution
Expand Down