mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-21 21:35:28 +02:00
docs: Add guideline for showcase additions
This commit is contained in:
committed by
Anthony Fok
parent
4a15051e4c
commit
cfbae7cea2
@@ -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" . }}
|
||||
|
Reference in New Issue
Block a user