|
@ -32,10 +32,13 @@ |
|
|
<ul id="post-list" class="archive readmore"> |
|
|
<ul id="post-list" class="archive readmore"> |
|
|
<h3>Read more</h3> |
|
|
<h3>Read more</h3> |
|
|
{{ range first 10 .Site.Pages }} |
|
|
{{ range first 10 .Site.Pages }} |
|
|
|
|
|
{{ $url := replace .Permalink ( printf "%s" .Site.BaseURL) "" }} |
|
|
|
|
|
{{ if ne $url "about/" }} |
|
|
<li> |
|
|
<li> |
|
|
<a href="{{ .Permalink }}">{{ .Title }}<aside class="dates">{{ .Date.Format "Jan 2" }}</aside></a> |
|
|
<a href="{{ .Permalink }}">{{ .Title }}<aside class="dates">{{ .Date.Format "Jan 2" }}</aside></a> |
|
|
</li> |
|
|
</li> |
|
|
{{ end }} |
|
|
{{ end }} |
|
|
|
|
|
{{ end }} |
|
|
</ul> |
|
|
</ul> |
|
|
|
|
|
|
|
|
{{ partial "footer.html" . }} |
|
|
{{ partial "footer.html" . }} |
|
|