This website works better with JavaScript.
Home
Explore
Sign In
miteruzo
/
btrc-hub
Watch
1
Star
0
Fork
0
Code
Issues
70
Pull Requests
1
Releases
0
Wiki
Activity
Browse Source
#94
#69
みてるぞ
1 month ago
parent
4befb103bc
commit
1c10ac5d06
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
frontend/src/pages/wiki/WikiDetailPage.tsx
+ 1
- 0
frontend/src/pages/wiki/WikiDetailPage.tsx
View File
@@ -98,6 +98,7 @@ export default () => {
<MainArea>
<Helmet>
<title>{`${ title } Wiki | ${ SITE_TITLE }`}</title>
{!(wikiPage?.body) && <meta name="robots" content="noindex" />}
</Helmet>
{(wikiPage && version) && (
Write
Preview
Loading…
Cancel
Save