jekyll-paginate-v2
jekyll-paginate-v2 copied to clipboard
Portuguese Tags not working
For example is if i use Paixão , Tesão in tags area like the following way,
tags: [Paquerar, Paixão, Tesão]
Its not working.. i tested with other language too.. its only works with english.
Here following my config settings,
###################################################################
# Site configuration for the Jekyll 2 Pagination Gem
###################################################################
pagination:
enabled: true
debug: true
collection: 'posts'
per_page: 10
permalink: '/pages/:num/' # Pages are simple html files
title: ':title - page :num'
limit: 0
sort_field: 'date'
sort_reverse: true
category: 'posts'
tag: ''
locale: ''
trail:
before: 2
after: 2
extension: 'html'
indexpage: 'index'
autopages:
enabled: true
categories:
layouts:
- 'category.html'
title: 'Category - :cat'
permalink: '/category/:cat'
collections:
layouts:
- 'category.html'
title: ' :coll' # :coll is replaced by the collection name
permalink: '/:coll/'
tags:
layouts:
- 'tag_page.html'
title: '#:tag' # :tag is replaced by the tag name
permalink: '/tag/:tag'
tag_page_layout: tag_page
tag_page_dir: tag
tag_permalink_style: pretty
jekyll-archives:
enabled: all
layout: category
permalinks:
category: '/category/:name/'
collections:
authors:
title: Authors
output: true
permalink: /authors/:path/
feed:
collections:
posts:
path: "/index.xml"
Could you please upgrade to https://rubygems.org/gems/jekyll-paginate-v2/versions/3.0.0 and test again for me?
Confirmed to work with the latest version (3.0.0).