We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a0f53d commit 3779838Copy full SHA for 3779838
1 file changed
_includes/metadata.liquid
@@ -227,6 +227,7 @@
227
{% assign sameaslinks = sameaslinks | push: social[1].url %}
228
{% endcase %}
229
{% endfor %}
230
+ {% assign sameaslinks_clean = sameaslinks | where_exp: 'item', 'item != blank' | uniq %}
231
232
{% assign page_abs_url = page.url | prepend: site.baseurl | prepend: site.url | remove_first: 'index.html' %}
233
{% assign person_id = site.url | append: '/#brian-enquist' %}
@@ -280,8 +281,8 @@
280
281
"Trait-based ecology",
282
"Biodiversity informatics",
283
"Ecological forecasting"
- ]{% if sameaslinks != blank %},
284
- "sameAs": {{ sameaslinks | jsonify }}{% endif %}
+ ]{% if sameaslinks_clean != blank %},
285
+ "sameAs": {{ sameaslinks_clean | jsonify }}{% endif %}
286
},
287
{
288
"@type": "WebSite",
0 commit comments