Skip to content

Commit 218bce9

Browse files
committed
Add missing archive links
1 parent 72b68c0 commit 218bce9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/theme/BlogLayout/index.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,17 @@ export default function BlogLayout(props) {
102102
</main>
103103
{toc && <div className="col col--2">{toc}</div>}
104104
</div>
105+
<div className="mt-4 text-lg leading-8 container">
106+
<a
107+
href={isChangelog ? '/changelog/archive' : '/blog/archive'}
108+
target="_blank"
109+
className="text-sm"
110+
>
111+
{isChangelog ? 'Changelog archive' : 'Blog archive'}
112+
</a>
113+
</div>
105114
</div>
115+
106116
<Footer />
107117
</Layout>
108118
);

0 commit comments

Comments
 (0)