hexo-theme-spectre
hexo-theme-spectre copied to clipboard
fix(author_info): fix ejs compile error
Contributing rules
- Fork the repo and create your branch from
canary
. Then be sure to put thecanary
branch as the target for your pull request. - Please be sure to follow the contributing guidelines, especially for commit message.
- Remove the
Contributing rules
part from this description if you like. - Fill out the other parts from this description.
If you don't do so, we might change your pull request's title and using
squash
to merge your changed.
Please check if your PR fulfills the following requirements:
- [x] The commit message follows our guidelines.
- [x] Tests for the changes have been added (for bug fixes / new features).
- [x] Docs have been added / updated (for bug fixes / new features).
What kind of change does this PR introduce? (check with "x")
- [x] Bug fix
- [ ] Feature
- [ ] Code style update (formatting, local variables)
- [ ] Refactoring (no functional changes, no api changes)
- [ ] Build related changes
- [ ] CI related changes
- [ ] Other... Please describe:
Does this PR introduce a breaking change? (check one with "x")
- [ ] Yes
- [x] No
Description
fixed ejs compile error
Verification steps
This PR will fix #3.