diff --git a/themes/geronimo/layouts/_default/index.json b/themes/geronimo/layouts/_default/index.json index 1fa1e32..7a62ac0 100644 --- a/themes/geronimo/layouts/_default/index.json +++ b/themes/geronimo/layouts/_default/index.json @@ -10,6 +10,6 @@ {{- $.Scratch.Set "date" (.Date.Format "2006-01-02") -}} {{- end -}} {{ end }} - {{- $index = $index | append (dict "title" ( .Title | plainify ) "permalink" .Permalink "section" (i18n (.Section | title)) "tags" (apply .Params.tags "i18n" "." ) "categories" (apply .Params.categories "i18n" "." ) "summary" (.Params.summary | markdownify | htmlUnescape | plainify) "date" ($.Scratch.Get "date") ) -}} + {{- $index = $index | append (dict "title" ( .Title | plainify ) "permalink" .Permalink "tags" .Params.tags "description" (.Params.description | markdownify | htmlUnescape | plainify) "date" ($.Scratch.Get "date") ) -}} {{- end -}} {{- $index | jsonify -}} \ No newline at end of file diff --git a/themes/geronimo/layouts/partials/search.html b/themes/geronimo/layouts/partials/search.html index 32af6bb..b205d37 100644 --- a/themes/geronimo/layouts/partials/search.html +++ b/themes/geronimo/layouts/partials/search.html @@ -7,7 +7,7 @@ - +