URI: 
       it's/its - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 657e4a46e80a5b7808914e900971d0e7a99e205a
   DIR parent bf9595aa242cc31800c554eec1c166ca6a361f8b
  HTML Author: Kevin Burke <kev@inburke.com>
       Date:   Sat, 26 Jul 2014 23:43:21 -0700
       
       it's/its
       
       Diffstat:
         M commands/server.go                  |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
   DIR diff --git a/commands/server.go b/commands/server.go
       @@ -36,8 +36,8 @@ var disableLiveReload bool
        
        var serverCmd = &cobra.Command{
                Use:   "server",
       -        Short: "Hugo runs it's own a webserver to render the files",
       -        Long: `Hugo is able to run it's own high performance web server.
       +        Short: "Hugo runs its own webserver to render the files",
       +        Long: `Hugo is able to run its own high performance web server.
        Hugo will render all the files defined in the source directory and
        Serve them up.`,
                //Run: server,