diff --git a/layouts/partials/latest-posts.html b/layouts/partials/latest-posts.html index fedc57b..4ed1374 100644 --- a/layouts/partials/latest-posts.html +++ b/layouts/partials/latest-posts.html @@ -2,7 +2,7 @@

{{ with .Site.Params.readMore }}{{ . }}{{ else }}Read more{{ end }}

{{ range first 10 .Site.Pages }} {{ $url := replace .Permalink ( printf "%s" .Site.BaseURL) "" }} - {{ if ne $url "about/" }} + {{ if and (ne $url "about/") (ne $.Title .Title) }}
  • {{ .Title }}