forked from projects/fipamo
grapped patch from beta release for broken archive links
This commit is contained in:
parent
1d7f4a20f7
commit
31feb32f96
1 changed files with 2 additions and 1 deletions
|
@ -204,7 +204,8 @@ export default class Render {
|
||||||
if (_.includes(page.metadata.tags, tag.tag_name)) {
|
if (_.includes(page.metadata.tags, tag.tag_name)) {
|
||||||
pageList.push({
|
pageList.push({
|
||||||
title: page.metadata.title,
|
title: page.metadata.title,
|
||||||
slug: page.metadata.slug
|
slug: page.metadata.slug,
|
||||||
|
path: page.metadata.path
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue