Added blanc_ target for hyperlinks to other sites
This commit is contained in:
@@ -3,10 +3,21 @@ import { Link } from "gatsby"
|
|||||||
|
|
||||||
export default () => (
|
export default () => (
|
||||||
<div style={{ textAlign: `center` }}>
|
<div style={{ textAlign: `center` }}>
|
||||||
<a href="ts3server://urbanbrothers.de">ts</a>.
|
<a target="_blanc" href="ts3server://urbanbrothers.de">
|
||||||
<a href="https://discord.gg/k6TnPq">discord</a>.
|
ts
|
||||||
<a href="https://steamcommunity.com/groups/urban_group">steam</a>.
|
</a>
|
||||||
<a href="https://github.com/creyD/urban_website">github</a>.
|
.
|
||||||
<Link to="/about/">about</Link>
|
<a target="_blanc" href="https://discord.gg/k6TnPq">
|
||||||
|
discord
|
||||||
|
</a>
|
||||||
|
.
|
||||||
|
<a target="_blanc" href="https://steamcommunity.com/groups/urban_group">
|
||||||
|
steam
|
||||||
|
</a>
|
||||||
|
.
|
||||||
|
<a target="_blanc" href="https://github.com/creyD/urban_website">
|
||||||
|
github
|
||||||
|
</a>
|
||||||
|
.<Link to="/about/">about</Link>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,2 +1,3 @@
|
|||||||
import React from "react"
|
import React from "react"
|
||||||
|
|
||||||
export default props => <h1 align="center">{props.headline}</h1>
|
export default props => <h1 align="center">{props.headline}</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user