Skip to content

Commit da67a23

Browse files
committed
Fixed issue with collections links
Signed-off-by: George Araújo <george.gcac@gmail.com>
1 parent a22aeec commit da67a23

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,18 @@ newsletter:
140140
collections:
141141
books:
142142
output: true
143+
# this is needed to avoid adding language here, like /:collection/:lang/:title/
144+
permalink: /:collection/:title/
143145
news:
144146
defaults:
145147
layout: post
146148
output: true
149+
# this is needed to avoid adding language here, like /:collection/:lang/:title/
150+
permalink: /:collection/:title/
147151
projects:
148152
output: true
153+
# this is needed to avoid adding language here, like /:collection/:lang/:title/
154+
permalink: /:collection/:title/
149155

150156
# -----------------------------------------------------------------------------
151157
# Jekyll settings

0 commit comments

Comments
 (0)