Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SSHOC
sshoc-marketplace-frontend
Commits
cb8f88da
Commit
cb8f88da
authored
Oct 14, 2020
by
Stefan Probst
Browse files
fix: add og tags to detail view
parent
a3b6e221
Pipeline
#154445
failed with stages
in 44 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/components/ItemScreen/ItemScreen.js
View file @
cb8f88da
...
...
@@ -65,7 +65,13 @@ export const ItemScreen = ({ request, resource, itemCategories }) => (
]
.
filter
(
Boolean
)
.
join
(
'
|
'
)}
/
>
>
{
resource
?
<
meta
property
=
"
og:title
"
content
=
{
resource
.
label
}
/> : null
}
<
meta
property
=
"
og:site_name
"
content
=
{
'
Social Sciences & Humanities Open Marketplace
'
}
/
>
<
/Helmet
>
<
Flex
css
=
{
css
({
my
:
6
})}
>
<
Box
css
=
{{
flex
:
3
}}
>
<
ItemDetails
...
...
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