From 097a7715cbe8ac43d18fe2755962ba52edb9a4ae Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 29 Jun 2020 17:55:00 -0700 Subject: search titles link to fatcat.wiki landing pages Not entirely settled on this decision, but trying it for now. --- fatcat_scholar/templates/search_macros.html | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/fatcat_scholar/templates/search_macros.html b/fatcat_scholar/templates/search_macros.html index 8ddac09..dd7c1e8 100644 --- a/fatcat_scholar/templates/search_macros.html +++ b/fatcat_scholar/templates/search_macros.html @@ -27,19 +27,7 @@
{% if paper.doc_type == "work" %} - {# "best URL" calculation #} - {% if paper.biblio.pmcid %} - + {% if paper.biblio.title %} {{ paper.biblio.title[:512] }} {% if paper.biblio.title|length > 512 %}...{% endif %} -- cgit v1.2.3