Fix open source footer text on homepage

This commit is contained in:
Ryan Watters 2017-03-05 23:34:01 -06:00
parent 2c776de6be
commit e90f0b5fe3

View File

@ -1,5 +1,4 @@
<div class="icon-github-wrapper">
<i class="icon-github"></i>
</div>
<div>Hugo is <a href="https://github.com/spf13/hugo/">open source</a>, completely free, and built with <i class="icon-love"></i> by <a href="http://spf13.com/">spf13</a> and <a href="https://github.com/spf13/hugo/contributors">friends.</a> We welcome all contributions.</div>
<div>New to Go? We've got you covered. Help us with <a href="{{ "contribute/documentation/" | relURL}}"> the docs</a> or <a href="{{ "contribute/themes" | relURL }}"> themes</a>.</div>
<div>Hugo is <a href="https://github.com/spf13/hugo/">open source</a>, completely free, and built with <i class="icon-love"></i> by <a href="http://spf13.com/">spf13</a> and <a href="https://github.com/spf13/hugo/contributors">friends.</a> We welcome all contributions. New to Go? We've got you covered.</div> <div>Help us <a href="{{ "contribute/documentation/" | relURL}}"> improve the docs</a>, <a href="{{ "contribute/themes" | relURL }}"> contribute a theme</a>, or just send us some love on <a href="https://twitter.com/GoHugoIo" target="_blank">Twitter.</a></div>