You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2024. It is now read-only.
Bug report
On index page only post summary is displayed. Even if post has excerpt part divided with
. It is ignored. I've struggled a lot of understanding why, until looked at the source code.
Steps to reproduce
I prepared a reproduction repo, here is the reproduction repo:
This issue doesn't need a reproduction repro, here is the steps to reproduce
Create post with "" tag separating excerpt and post content.
What is expected?
Display full excerpt.
What is actually happening?
See post summary is just 500 of first characters and not the full excerpt.
Other relevant information
I fixed this in child template BaseListLayout.vue with code:
npx vuepress info
:Environment Info:
System:
OS: Linux 5.3 Ubuntu 18.04.4 LTS (Bionic Beaver)
CPU: (2) x64 Intel(R) Xeon(R) Platinum 8175M CPU @ 2.50GHz
Binaries:
Node: 8.10.0 - /usr/bin/node
Yarn: Not Found
npm: 3.5.2 - /usr/bin/npm
Browsers:
Chrome: Not Found
Firefox: Not Found
npmPackages:
@vuepress/core: 1.4.1
@vuepress/theme-default: 1.4.1
vuepress: ^1.4.0 => 1.4.1
npmGlobalPackages:
vuepress: Not Found
The text was updated successfully, but these errors were encountered: