hugo/docs/layouts/section/showcase.html
Anthony Fok ca7007bf26 Minor proofreading corrections to Hugo docs
- Add backticks and commas where necessary
- Remove some trailing whitespace
- Add front matter example in TOML
- Fix typo in one of the tags in Showcase
- Add 多说 (Duoshuo) as an alternative to Disqus
- Use internal links (i.e. without gohugo.io) where possible
- Use a colon to set off an example
- Change "it's" to "its" where appropriate
- Use typographical (i.e. curly) apostrophe on the front page
  where appropriate
- Capitalize "Github" as "GitHub"
2014-10-15 12:18:20 -04:00

13 lines
380 B
HTML

{{ 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>.
{{ partial "footer.html" . }}