Writing relative links to absolute so they work in feeds

This commit is contained in:
spf13 2013-07-10 00:14:02 -04:00
parent e76c3feb52
commit 51e3098548
2 changed files with 16 additions and 1 deletions

View file

@ -64,7 +64,9 @@ func main() {
if *baseUrl != "" {
config.BaseUrl = *baseUrl
}
} else if *server {
config.BaseUrl = "http://localhost:" + *port
}
if *version {
fmt.Println("Hugo Static Site Generator v0.8")