mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 15:33:09 +00:00
[DS-1185] Adding configured journal title field to code that builds meta-tags.
This commit is contained in:
@@ -670,6 +670,9 @@ public class GoogleMetadata
|
|||||||
// ISBN
|
// ISBN
|
||||||
addSingleField(ISBN);
|
addSingleField(ISBN);
|
||||||
|
|
||||||
|
// JOURNAL_TITLE
|
||||||
|
addSingleField(JOURNAL_TITLE);
|
||||||
|
|
||||||
// VOLUME
|
// VOLUME
|
||||||
addSingleField(VOLUME);
|
addSingleField(VOLUME);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user