Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
RoninDojo
Ronin-Website
Commits
68a8d7a8
Unverified
Commit
68a8d7a8
authored
Sep 07, 2020
by
Pavel Ševčík
Browse files
Fix canonical URLs
parent
0e9b483e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
src/pages/canary/index.tsx
src/pages/canary/index.tsx
+2
-0
src/pages/pgp/index.tsx
src/pages/pgp/index.tsx
+2
-0
No files found.
src/pages/canary/index.tsx
View file @
68a8d7a8
...
...
@@ -9,6 +9,8 @@ const CanaryPage: NextPage = () => {
<
title
>
Warrant Canary | RoninDojo.io
</
title
>
<
meta
property
=
"og:title"
content
=
"Warrant Canary | RoninDojo.io"
/>
<
meta
name
=
"twitter:title"
content
=
"Warrant Canary | RoninDojo.io"
/>
<
meta
property
=
"og:url"
content
=
"https://ronindojo.io/canary/"
/>
<
link
rel
=
"canonical"
href
=
"https://ronindojo.io/canary/"
/>
</
Head
>
<
div
className
=
"container"
>
...
...
src/pages/pgp/index.tsx
View file @
68a8d7a8
...
...
@@ -9,6 +9,8 @@ const PgpPage: NextPage = () => {
<
title
>
PGP | RoninDojo.io
</
title
>
<
meta
property
=
"og:title"
content
=
"PGP | RoninDojo.io"
/>
<
meta
name
=
"twitter:title"
content
=
"PGP | RoninDojo.io"
/>
<
meta
property
=
"og:url"
content
=
"https://ronindojo.io/pgp/"
/>
<
link
rel
=
"canonical"
href
=
"https://ronindojo.io/pgp/"
/>
</
Head
>
<
div
className
=
"container"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment