Fix more typos on installing page

This commit is contained in:
Ryan Watters
2017-03-05 23:28:17 -06:00
parent b6c7d01e7f
commit 2c776de6be
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ Hugo currently provides pre-built binaries for the following:
* <i class="fa fa-linux"></i>&nbsp;Linux,
* <i class="icon-freebsd"></i>&nbsp;FreeBSD
Hugo may also be compiled from source wherever the Go compiler tool chain can run---e.g., for other operating systems, including DragonFly BSD, OpenBSD, Plan&nbsp;9 and Solaris. See <http://golang.org/doc/install/source> for the full set of supported combinations of target operating systems and compilation architectures.
Hugo may also be compiled from source wherever the Go compiler tool chain can run; e.g., for other operating systems, including DragonFly BSD, OpenBSD, Plan&nbsp;9 and Solaris. See <http://golang.org/doc/install/source> for the full set of supported combinations of target operating systems and compilation architectures.
### Quick Install: Binary (Cross-platform)
@@ -9,7 +9,7 @@
</div>
<div class="half half-content">
<h2>Hugo installs in minutes and builds in seconds.</h2>
<p>As a single binary, Hugo works on OSX, Windows, Linux, FreeBSD, and anywhere else where the Go compiler tool chain can run.</p>
<p>Hugo works on OSX, Windows, Linux, FreeBSD, and anywhere else where the Go compiler tool chain can run.</p>
<div class="platform-icons">
<i class="fa fa-apple"></i>
<i class="fa fa-windows"></i>
+3 -3
View File
@@ -3,11 +3,11 @@
color:white;
position:absolute;
left:40px;
top:20px;
top:40px;
transform:rotate(-10deg);
font-weight:bold;
width:200px;
font-size:36px;
width:130px;
font-size:20px;
padding:6px;
z-index:9999;
overflow:visible;
+1 -1
View File
File diff suppressed because one or more lines are too long