We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae8ee8 commit a4074a9Copy full SHA for a4074a9
1 file changed
_layouts/bib.liquid
@@ -25,8 +25,11 @@
25
<abbr class="badge rounded w-100">{{ entry.abbr }}</abbr>
26
{% endif %}
27
28
+ {% comment % }
29
<!-- added for clickable thumbnail -->
30
+ <!-- then removed cos bad interaction with zoom -->
31
{% if entry.url %} <a target="_blank" href="{{entry.url}}"> {% else %} <a href="{{ entry.pdf | prepend: '/assets/pdf/' | relative_url }}"> {% endif %}
32
+ {% endcomment %}
33
{% if entry.preview %}
34
{% if entry.preview contains '://' %}
35
<img class="preview z-depth-1 rounded" src="{{ entry.preview }}">
@@ -44,7 +47,7 @@
44
47
%}
45
48
46
49
- </a>
50
+ <!-- </a> -->
51
</div>
52
53
0 commit comments