aboutsummaryrefslogtreecommitdiffstats
path: root/fatcat_scholar/templates/work.html
Commit message (Collapse)AuthorAgeFilesLines
* update citation_pdf_url HTML meta tag to new access URL styleBryan Newbold2021-06-111-2/+2
|
* iterate on PDF redirect linksBryan Newbold2021-05-171-4/+4
|
* web: make landing page 'canonical' links absolute URLsBryan Newbold2021-04-301-1/+1
|
* web: use absolute URLs to sitemaps and in citation_pdf_urlBryan Newbold2021-04-301-4/+3
|
* iterate on access redirects and landing page implementationBryan Newbold2021-04-271-19/+19
| | | | Small code refactors and minimal test coverage
* web: initial implementation of work landing page and citation_pdf_url access ↵Bryan Newbold2021-04-231-0/+48
redirect The initial intent is to have something that can be used by indexing services to pull the citation_pdf_url meta tag and bounce to a direct IA PDF access URL. For now the landing page stubs are just formatted as SERP results. Presumbably these will get re-styled at some point and include citation graph links, etc.