Add Translate to target

Translate handles Ugly Urls.
This commit is contained in:
Noah Campbell
2013-09-01 09:24:03 -07:00
parent c6ad532b94
commit 7919603fb5
4 changed files with 98 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
package hugolib
import (
"io"
"fmt"
"io"
)
func (s *Site) ShowPlan(out io.Writer) (err error) {