posts
-----
{{ range (where .Site.RegularPages.ByPublishDate.Reverse "Type" "in" .Site.Params.mainSections) }}
-- <time>{{ .Date.Format (.Site.Params.dateform | default "02 Jan 06") }}</time> <a href="{{ .Permalink }}">{{ .Title }}</a>{{ end }}
+- <time>{{ .Date.Format (.Site.Params.dateform | default "02 Jan 06") }}</time> <a href="{{ .Permalink }}">{{ .Permalink }}</a>{{ end }}
-rss is available at <a href="https:{{ .Site.BaseURL }}index.xml">https:{{ .Site.BaseURL }}index.xml</a>
+rss is available at <a href="{{ .Site.BaseURL }}index.xml">{{ .Site.BaseURL }}index.xml</a>
</pre>
{{ partial "footer.html" . }}