Closed AmirAref closed 5 months ago
Yes, you are right, the page's description
and page's summary
is different. And the description <meta>
tag should use description
instead of summary
.
I fixed it in https://github.com/st1020/kita/commit/2c1452673dae803d85b5c12ce4d888cc5a996ea6.
There are two definition as page's
description
or page'ssummary
.Somewhere in the templates, the
summary
has been used, such as here in templates/partials/head.html. And another place in templates/partials/page_list.html both of them has been handled. And in the sample contents, thedescription
has been used.So I think it's better to use one exact definition to avoid this duality (or we should handle both of them everywhere).