mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-09-13 11:40:25 +02:00
chore(gatsby): updated gatsby + deps and added canonical links
This commit is contained in:
@@ -24,7 +24,10 @@ export const PostHeader: FunctionComponent<Props> = ({ author }) => {
|
||||
</span>
|
||||
|
||||
<span className="hideInPrintView">
|
||||
<a onClick={() => navigate("/")} style={{ lineHeight: "50px", marginRight: "10px" }}>
|
||||
<a
|
||||
onClick={() => navigate("/")}
|
||||
style={{ lineHeight: "50px", marginRight: "10px", cursor: "pointer" }}
|
||||
>
|
||||
↩ Back to articles
|
||||
</a>
|
||||
<ThemeSwitcher showLabel={false} />
|
||||
|
Reference in New Issue
Block a user