mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-22 21:42:50 +02:00
A bunch of small documentation changes
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
{{ template "chrome/header.html" . }}
|
||||
{{ if .Params.notoc }}
|
||||
{{ else }}
|
||||
{{ if not .Params.notoc }}
|
||||
<div id="toc" class="well col-md-4 col-sm-6">
|
||||
{{ .TableOfContents }}
|
||||
</div>
|
||||
|
@@ -29,7 +29,7 @@
|
||||
<a href="https://github.com/spf13/hugo/releases" class="btn btn-success btn-lg">download <i class="icon-arrow-down"></i></a>
|
||||
<br>
|
||||
<a href="https://github.com/spf13/hugo" class="btn btn-dark btn-lg">github <i class="icon-circlestar"></i></a>
|
||||
<a href="/overview/quickstart/" class="btn btn-info btn-lg">documentation</a>
|
||||
<a href="/overview/introduction" class="btn btn-info btn-lg">documentation</a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /Full Page Image Header Area -->
|
||||
@@ -192,7 +192,7 @@
|
||||
Hugo is developed with love by <a href="http://spf13.com">spf13</a>, <a href="http://github.com/noahcampbell">Noah</a> and friends.
|
||||
We welcome all contributions.
|
||||
New to go? Not a problem, we will help you.
|
||||
Not a developer? Help with <a href="/overview/quickstart">docs</a>, templates and themes.
|
||||
Not a developer? Help with <a href="/overview/introduction">docs</a>, templates and themes.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -208,7 +208,7 @@
|
||||
<div class="col-md-10 col-md-offset-1 text-center">
|
||||
<h3>Get Started Today!</h3>
|
||||
<a href="https://github.com/spf13/hugo/releases" class="btn btn-lg btn-primary">Download <i class="icon-arrow-down"></i></a>
|
||||
<a href="/overview/quickstart" style="color:white;font-weight:300;">Documentation</a>
|
||||
<a href="/overview/introduction" style="color:white;font-weight:300;">Documentation</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user