Skip to content
Snippets Groups Projects
Commit 92901f06 authored by Matthieu Benoist's avatar Matthieu Benoist
Browse files

Switch to dynamic description for the data pages.

parent 7aaf7eea
Branches
Tags
1 merge request!131SEO
...@@ -59,7 +59,7 @@ export class SeoSErvice { ...@@ -59,7 +59,7 @@ export class SeoSErvice {
const imageUrl = (data.image != null) ? const imageUrl = (data.image != null) ?
data.image.url : this._defaultImg; data.image.url : this._defaultImg;
const description = metaDescription.dataset; const description = data.abstractTroncated;
const meta = [ const meta = [
{ name: 'description', content: description }, { name: 'description', content: description },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment