We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 342d651 commit 1cad636Copy full SHA for 1cad636
_includes/head.html
@@ -20,7 +20,7 @@
20
21
<!-- Dublin Core metadata for Zotero -->
22
<meta property="dc:title" content="{{ page.title }}" />
23
- <meta property="dc:creator" content="{{ page.author }}" />
+ <meta property="dc:creator" content="{% if page.author %}{{ page.author }}{% else %}{{ site.author.name }}{% endif %}" />
24
<meta property="dc:identifier" content="{{ resource_url }}" />
25
{% if page.editor %}<meta property="dc:contributor" content="{{ page.editor }}" />{% endif %}
26
{% if page.publication-date %}<meta property="dc:date" content="{{ page.publication-date }}" />{% endif %}
0 commit comments