diff --git a/website/config.rb b/website/config.rb index 6bf10d1db..6d5da1110 100644 --- a/website/config.rb +++ b/website/config.rb @@ -18,7 +18,6 @@ if !ENV["PACKER_DISABLE_DOWNLOAD_FETCH"] response.body.split("\n").each do |line| next if line !~ /\/mitchellh\/packer\/(#{Regexp.quote(ENV["PACKER_VERSION"])}.+?)'/ - p $1.to_s filename = $1.to_s os = filename.split("_")[1] next if os == "SHA256SUMS" diff --git a/website/source/downloads.html.erb b/website/source/downloads.html.erb index db0d3792e..38465d300 100644 --- a/website/source/downloads.html.erb +++ b/website/source/downloads.html.erb @@ -37,5 +37,13 @@ page_title: "Downloads" <% end %> + +
+
+ + + +
+
diff --git a/website/source/stylesheets/_components.scss b/website/source/stylesheets/_components.scss index 07d0b562a..504c6b5b7 100644 --- a/website/source/stylesheets/_components.scss +++ b/website/source/stylesheets/_components.scss @@ -118,6 +118,17 @@ header .header { margin-bottom: -3px; } } + + .poweredby { + margin-top: 20px; + margin-bottom: 20px; + + img { + display: block; + margin: 0 auto; + width: 122px; + } + } } .marketting {