Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/epistemehealth/health-science-journal.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEpisteme Health Inc <ehi-git@epistemehealth.com>2020-08-03 07:58:52 +0300
committerEpisteme Health Inc <ehi-git@epistemehealth.com>2020-08-03 07:58:52 +0300
commitb0872a389afd3e46e64ddfe6f229098d31e87187 (patch)
tree1ef3280b29900e1f8e9923b784596ddcbb15a915
parentbf732e07565fb70bb457db89e0212885d5839a54 (diff)
fix citation_pdf_url meta
-rw-r--r--layouts/partials/head_custom.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head_custom.html b/layouts/partials/head_custom.html
index 55b1404..1786d2c 100644
--- a/layouts/partials/head_custom.html
+++ b/layouts/partials/head_custom.html
@@ -49,4 +49,4 @@
{{ end }}{{ if .Params.language }}<meta name="citation_language" content="{{ slicestr .Params.language 0 2 }}" />
{{ else }}<meta name="citation_language" content="{{ .Language }}" />
{{ end }}{{ range $.Params.keywords }}<meta name="citation_keywords" xml:lang="{{ if $.Params.language }}{{ slicestr $.Params.language 0 2 }}{{ else }}{{ $.Site.Language }}{{ end }}" content="{{ . }}" />
-{{ end }}{{ with .Params.PDF }}<meta name="citation_pdf_url" content="{{ . }}" />{{ end }} \ No newline at end of file
+{{ end }}{{ with .Params.PDF }}<meta name="citation_pdf_url" content="{{ $.Permalink }}{{ . }}" />{{ end }} \ No newline at end of file