strapi-community / jekyll-strapi

Jekyll plugin to retrieve content from any Strapi API.
https://strapi.io
MIT License
57 stars 30 forks source link

Convert id to String for Jekyll:URL (Jekyll 3.8.3) #1

Closed ostux closed 5 years ago

ostux commented 6 years ago

If the id integer then the Addressable::URI.encode method fail with an error: "Liquid Exception: Can't convert Integer into String. in /_layouts/home.html" in Jekyll:URL.escape_path

pierreburgy commented 5 years ago

Thank you @guymoller!