|
@ -1,6 +1,6 @@ |
|
|
<ul id="post-list" class="archive readmore"> |
|
|
<ul id="post-list" class="archive readmore"> |
|
|
<h3>{{ with .Site.Params.readMore }}{{ . }}{{ else }}Read more{{ end }}</h3> |
|
|
<h3>{{ with .Site.Params.readMore }}{{ . }}{{ else }}Read more{{ end }}</h3> |
|
|
{{ range first 10 .Site.Pages }} |
|
|
|
|
|
|
|
|
{{ range first 10 (where .Site.Pages "Params.hidden" "ne" "true") }} |
|
|
{{ $url := replace .Permalink .Site.BaseURL "" }} |
|
|
{{ $url := replace .Permalink .Site.BaseURL "" }} |
|
|
{{ if and (ne $url "about/") }} |
|
|
{{ if and (ne $url "about/") }} |
|
|
<li> |
|
|
<li> |
|
|