mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-17 21:01:26 +02:00
Adding a community link to the homepage
This commit is contained in:
@@ -26,12 +26,12 @@
|
||||
<!-- Full Page Image Header Area -->
|
||||
<div id="top" class="header">
|
||||
<div class="vert-text">
|
||||
|
||||
<a href="#intro"><img src="/img/hugo.png" class="logo"> </a>
|
||||
<div class="buttonbox">
|
||||
<a href="/overview/introduction" class="btn btn-info btn-lg">docs <i class="icon-idea"></i></a>
|
||||
<a href="https://github.com/spf13/hugo/releases" class="btn btn-success btn-lg">download <i class="icon-arrow-down"></i></a>
|
||||
<a href="https://github.com/spf13/hugo" class="btn btn-dark btn-lg">github <i class="icon-circlestar"></i></a>
|
||||
<a href="/overview/introduction" class="btn btn-primary btn-lg">Docs <i class="icon-idea"></i></a>
|
||||
<a href="https://github.com/spf13/hugo/releases" class="btn btn-success btn-lg">Download <i class="icon-arrow-down"></i></a>
|
||||
<a href="http://discuss.gohugo.io" class="btn btn-info btn-lg">Community <i class="icon-talking"></i></a>
|
||||
<a href="https://github.com/spf13/hugo" class="btn btn-dark btn-lg">Github <i class="icon-circlestar"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user