diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-04-30 14:24:55 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-04-30 14:24:55 -0700 |
commit | 04ea88997b027fe6b5fb5ca9c3230821e39cb2b6 (patch) | |
tree | aaa47f9f4297b918a397fe78e0f64c3a97f46fd9 /fatcat_scholar/templates/work.html | |
parent | dddd6054d800e47e6d666845520b6c7e3781541b (diff) | |
download | fatcat-scholar-04ea88997b027fe6b5fb5ca9c3230821e39cb2b6.tar.gz fatcat-scholar-04ea88997b027fe6b5fb5ca9c3230821e39cb2b6.zip |
web: make landing page 'canonical' links absolute URLs
Diffstat (limited to 'fatcat_scholar/templates/work.html')
-rw-r--r-- | fatcat_scholar/templates/work.html | 2 |
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 %} |