diff --git a/Gemfile.lock b/Gemfile.lock index 25ed578..803d436 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -3,7 +3,7 @@ GEM specs: adsf (1.2.0) rack (>= 1.0.0) - asciidoctor (1.5.3) + asciidoctor (1.5.4) bootstrap-sass (3.0.0.0) sass (~> 3.2) builder (3.2.2) diff --git a/layouts/default-haml.haml b/layouts/default-haml.haml index dbb3e02..52e447f 100644 --- a/layouts/default-haml.haml +++ b/layouts/default-haml.haml @@ -21,7 +21,7 @@ %link(rel='stylesheet' type='text/css' href='/assets/style-v2.css' ) %link(rel='stylesheet' type='text/css' href='/assets/stylesheet.css' ) %link(rel='stylesheet' type='text/css' href='/assets/jquery.tidy.table.css' ) - %link{:href => "/images/favicon.ico", :rel => "shortcut icon"} + %link{:href => "/favicon.ico", :rel => "shortcut icon"} /[if lt IE 9] %script{ :type=>'text/javascript', :src=>'/assets/js/html5.js' } %body diff --git a/nanoc.yaml b/nanoc.yaml index f34df3f..4d54f61 100644 --- a/nanoc.yaml +++ b/nanoc.yaml @@ -82,11 +82,11 @@ watcher: #Deployment deploy: - dev: + prod: kind: rsync - dst: "webcontent@c6pn1.centos.in:/var/www/html/websitev2" + dst: "webcontent@web.p5.centos.org:/var/www/html/websitev2" options: [ '-aP', '--delete-after', '--exclude="*.csv"', '--exclude="*.rss"' ] - prod: + legacy: kind: rsync dst: "webcontent@newweb.centos.org:/var/www/html/websitev2" options: [ '-aP', '--delete-after', '--exclude="*.csv"', '--exclude="*.rss"' ] diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..188bd11 Binary files /dev/null and b/static/favicon.ico differ