diff --git a/layouts/partials/list.html b/layouts/partials/list.html
index c716f02..0eaed26 100644
--- a/layouts/partials/list.html
+++ b/layouts/partials/list.html
@@ -11,7 +11,7 @@
{{ range .Paginator.Pages }}
{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}
- {{ .Title }}
+ {{ .Title }}
{{ end }}
diff --git a/layouts/partials/posts/series.html b/layouts/partials/posts/series.html
index bc0239c..831c9b5 100644
--- a/layouts/partials/posts/series.html
+++ b/layouts/partials/posts/series.html
@@ -1,4 +1,4 @@
-{{ $currentPageUrl := .URL }}
+{{ $currentPageUrl := .RelPermalink }}
{{ if .Params.series }}
{{ range .Params.series }}
@@ -10,9 +10,9 @@
{{ $maxItems := $.Site.Params.maxSeeAlsoItems | default 5 }}
{{ range first (add $maxItems 1) $series.Pages }}
- {{ if ne .URL $currentPageUrl }}
+ {{ if ne .RelPermalink $currentPageUrl }}
-
- {{ .Title }}
+ {{ .Title }}
{{ end }}
{{ end }}
diff --git a/layouts/posts/li.html b/layouts/posts/li.html
index 7077125..a9ba684 100644
--- a/layouts/posts/li.html
+++ b/layouts/posts/li.html
@@ -1,4 +1,4 @@
-
{{ .Date.Format (.Site.Params.dateFormat | default "January 2, 2006" ) }}
- {{ .Title }}
+ {{ .Title }}