aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-04-30 14:24:55 -0700
committerBryan Newbold <bnewbold@archive.org>2021-04-30 14:24:55 -0700
commit04ea88997b027fe6b5fb5ca9c3230821e39cb2b6 (patch)
treeaaa47f9f4297b918a397fe78e0f64c3a97f46fd9 /fatcat_scholar
parentdddd6054d800e47e6d666845520b6c7e3781541b (diff)
downloadfatcat-scholar-04ea88997b027fe6b5fb5ca9c3230821e39cb2b6.tar.gz
fatcat-scholar-04ea88997b027fe6b5fb5ca9c3230821e39cb2b6.zip
web: make landing page 'canonical' links absolute URLs
Diffstat (limited to 'fatcat_scholar')
-rw-r--r--fatcat_scholar/templates/work.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/fatcat_scholar/templates/work.html b/fatcat_scholar/templates/work.html
index 8829ec2..611576b 100644
--- a/fatcat_scholar/templates/work.html
+++ b/fatcat_scholar/templates/work.html
@@ -6,7 +6,7 @@
{% endblock %}
{% block extra_head %}
- <link rel="canonical" href="/work/{{ work.work_ident }}">
+ <link rel="canonical" href="https://scholar.archive.org/work/{{ work.work_ident }}">
<meta name="citation_title" content="{{ work.biblio.title }}">
{% for contrib in work.biblio.contrib_names %}