shithub: hugo

Download patch

ref: 186db7cd7ad56051d5a064ee5120e6ec73f575a0
parent: cda3b36fe2c1fd708fe5c9b9388c3880004bd1c6
author: Prashant Karmakar <webster15july@gmail.com>
date: Tue Nov 1 14:48:24 EDT 2016

Fix page names that contain dot

changes:
    - in hugolib/page.go, `func permalink` and `func TargetPath`
      Fixed the attempt to *replace* the extension of something
      that was *already* a basename.
    - in source/file.go, `func NewFile`
      added check for allowed languages before translating filename

Fixes #2555