cloudhead / toto

the 10 second blog-engine for hackers
MIT License
1.49k stars 244 forks source link

`article.url` does not include port number #31

Open nogweii opened 14 years ago

nogweii commented 14 years ago

Just as the title says, calling article.url includes the path, the domain, the protocol, but not the port.

Run rackup locally, and open your atom feed. (Presuming rack uses a non-standard port) If you look at the ID (that should be fixed, but w/e) or link, the port is not shown.

ixti commented 13 years ago

Specify port number as part of your website url in config:

  #...
  set :url, "http://example.com:3000"
  #...