diff options
author | Jonas Smedegaard <dr@jones.dk> | 2024-05-09 19:30:47 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2024-06-04 17:35:41 +0200 |
commit | 7e3036369b388eedf0e14b5073c43182e5e5980b (patch) | |
tree | ee802799b6a054fa4920d33ba2881d8e679a200c | |
parent | 1ac4391092e11de3edf9b861b85b6a9e6d2e0c80 (diff) |
declare hypothes.is equivalency using html meta field citation_pdf_url
-rw-r--r-- | worlding/index.qmd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/worlding/index.qmd b/worlding/index.qmd index e117bb7..ce48a3e 100644 --- a/worlding/index.qmd +++ b/worlding/index.qmd @@ -10,7 +10,10 @@ metadata-files: - ../_report.yml - ../_draft.yml format: - html: default + html: + include-in-header: + - text: | + <meta name="citation_pdf_url" content="https://thoughtroam.xn--abcdefghijklmnopqrstuvxyz-0fc0a81c.dk/worlding/S2424791-JI.pdf"> pdf: output-file: S2424791-JI.pdf |