mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
ca7007bf26
- 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"
12 lines
380 B
HTML
12 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" . }}
|