diff --git a/layouts/partials/menu_item.html b/layouts/partials/menu_item.html index 2603551..5fa3caa 100644 --- a/layouts/partials/menu_item.html +++ b/layouts/partials/menu_item.html @@ -2,7 +2,7 @@ {{- range $item := .collection -}}
  • {{- with $item.url -}} - {{ safeHTML $item.title }} + {{ safeHTML $item.title }} {{- else -}} {{ safeHTML $item.title }} {{- end -}} diff --git a/layouts/partials/post_list.html b/layouts/partials/post_list.html index 22a35b6..083ffd7 100644 --- a/layouts/partials/post_list.html +++ b/layouts/partials/post_list.html @@ -29,11 +29,11 @@ {{- range $post := $posts -}}
  • {{- ($post.Date | time.Format site.Params.theme_config.date_format) }} - {{ $post.Title }} + {{ $post.Title }}
  • {{ end }} {{- if and .show_more $limit_exceeded }} -
  • {{ .show_more_text | default "Show more..." }}
  • +
  • {{ .show_more_text | default "Show more..." }}
  • {{ end }} {{ end }}