mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
fix(tag): remove hash on main page (#969)
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
parent
001c166825
commit
f44e4d25e6
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ export const TagPage: QuartzEmitterPlugin<Partial<FullPageLayout>> = (userOpts)
|
||||||
const title =
|
const title =
|
||||||
tag === "index"
|
tag === "index"
|
||||||
? i18n(cfg.locale).pages.tagContent.tagIndex
|
? i18n(cfg.locale).pages.tagContent.tagIndex
|
||||||
: `${i18n(cfg.locale).pages.tagContent.tag}: #${tag}`
|
: `${i18n(cfg.locale).pages.tagContent.tag}: ${tag}`
|
||||||
return [
|
return [
|
||||||
tag,
|
tag,
|
||||||
defaultProcessedContent({
|
defaultProcessedContent({
|
||||||
|
|
Loading…
Reference in a new issue