fix rss feeds; move stuff around
This commit is contained in:
parent
cd10df9d32
commit
323b9e2e3c
9 changed files with 16 additions and 60 deletions
|
|
@ -2,9 +2,8 @@
|
|||
{{ .Content }}
|
||||
<h3>Latest blog posts</h3>
|
||||
<ul id="posts">
|
||||
{{ range .Site.RegularPages }}
|
||||
{{ range first 15 .Site.RegularPages }}
|
||||
{{ .Render "li" }}
|
||||
{{ end }}
|
||||
</ul>
|
||||
<a href="{{ .Permalink }}">Older</a>
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue