Skip to content

Commit

Permalink
Insert ISSN values into structured data
Browse files Browse the repository at this point in the history
  • Loading branch information
Morgan Aubert committed Jul 26, 2016
1 parent 4591ffa commit b58530e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
{
"@id": "#journal-{{ article.issue.journal.code }}",
"@type": "Periodical",
{% if article.issue.journal.issn_print and article.issue.journal.issn_web %}"issn": ["{{ article.issue.journal.issn_print }}", "{{ article.issue.journal.issn_web }}"],{% elif article.issue.journal.issn_print %}"issn": "{{ article.issue.journal.issn_print }}",{% elif article.issue.journal.issn_web %}"issn": "{{ article.issue.journal.issn_web }}",{% endif %}
"name": "{{ article.issue.journal.name }}"
},
{
Expand Down

0 comments on commit b58530e

Please sign in to comment.