Hexo Theme Personal Settings
Objective
Change
to
Adding Update Date
- Go to blowser and use the “inspect” feature to locate the
<div>
. - Find it in the theme folder.
- For my theme, I found the date infomation in
themes/keep/layout/_partial/article-meta-info.ejs
.
Change
to
Added a new
<span>
Formatted the date
used the
updated
front-matter value as the update dateAdded words “Published” and “Modified”
Remove the “Lv1” Icon
Step same as above.
I found the icon located at themes/keep/layout/article-content.ejs
.
Delete