Skip to content

Commit a1c66bb

Browse files
committed
add button links
1 parent cb88a25 commit a1c66bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_layouts/bib.liquid

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,16 +179,16 @@
179179
{% endif %}
180180
{% endif %}
181181
{% if entry.video %}
182-
<a class="abstract btn btn-sm z-depth-0" role="button">Video</a>
182+
<a href="{{ entry.video }}" class="btn btn-sm z-depth-0" role="button">Video</a>
183183
{% endif %}
184184
{% if entry.model %}
185-
<a class="abstract btn btn-sm z-depth-0" role="button">Model</a>
185+
<a href="{{ entry.model }}" class="btn btn-sm z-depth-0" role="button">Model</a>
186186
{% endif %}
187187
{% if entry.dataset %}
188-
<a class="abstract btn btn-sm z-depth-0" role="button">Dataset</a>
188+
<a href="{{ entry.dataset }}" class="btn btn-sm z-depth-0" role="button">Dataset</a>
189189
{% endif %}
190190
{% if entry.demo %}
191-
<a class="abstract btn btn-sm z-depth-0" role="button">Demo</a>
191+
<a href="{{ entry.demo }}" class="btn btn-sm z-depth-0" role="button">Demo</a>
192192
{% endif %}
193193
{% if entry.blog %}
194194
<a href="{{ entry.blog }}" class="btn btn-sm z-depth-0" role="button">Blog</a>

0 commit comments

Comments
 (0)