File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 179
179
{% endif %}
180
180
{% endif %}
181
181
{% 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 >
183
183
{% endif %}
184
184
{% 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 >
186
186
{% endif %}
187
187
{% 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 >
189
189
{% endif %}
190
190
{% 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 >
192
192
{% endif %}
193
193
{% if entry .blog %}
194
194
<a href =" {{ entry .blog }}" class =" btn btn-sm z-depth-0" role =" button" >Blog</a >
You can’t perform that action at this time.
0 commit comments