Skip to content
Snippets Groups Projects
Commit 838193b0 authored by Etienne LOUPIAS's avatar Etienne LOUPIAS
Browse files

Revert "test descr"

This reverts commit 8f4a46ed.
parent 8f4a46ed
1 merge request!942render page for linkedin
......@@ -57,7 +57,7 @@ export class PostDetailsComponent implements OnInit {
// set og tags (for linkedin post publication)
this.meta.updateTag({ property: 'og:title', content: this.post.title });
this.meta.updateTag({ property: 'og:description', content: '' });
this.meta.removeTag("property='og:description'");
this.meta.updateTag({ property: 'og:type', content: 'article' });
this.meta.updateTag({ property: 'og:image', content: this.post.feature_image });
this.meta.updateTag({ property: 'og:url', content: `${window.location.origin}${this.router.url}` });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment