{{ with .Site.Params.readMore }}{{ . }}{{ else }}Read more{{ end }}
    {{ range first 10 .Site.Pages }}
    {{ $url := replace .Permalink ( printf "%s" .Site.BaseURL) "" }}
        {{ if and (ne $url "about/") (ne $.Title .Title) }}
        - 
            {{ .Title }}
        
 
        {{ end }}
   {{ end }}