docs: Add guideline for showcase additions

This commit is contained in:
digitalcraftsman
2016-02-12 21:55:58 +01:00
committed by Anthony Fok
parent 4a15051e4c
commit cfbae7cea2
2 changed files with 66 additions and 9 deletions

View File

@@ -1,12 +1,17 @@
{{ partial "header.html" . }}
<h1 id="title">Hugo-built Sites (with source)</h1>
<div class="row">
{{ range .Data.Pages.ByDate }}
{{ .Render "thumbnail"}}
{{ end }}
</div>
<br><br>
If you want to be added to this page, please send a <a href="https://github.com/spf13/hugo/pulls">pull request</a>.
<h1 id="title">Hugo-built Sites (with source)</h1>
<div class="row">
{{ range .Data.Pages.ByDate }}
{{ .Render "thumbnail"}}
{{ end }}
</div>
<hr>
<blockquote>
If you want to be added to this page, please send a <a href="https://github.com/spf13/hugo/pulls">pull request</a>. Check out the <a href="{{ relref . "community/contributing.md#showcase-additions" }}">how-to guide</a>.
</blockquote>
{{ partial "footer.html" . }}