Skip to content

Commit

Permalink
bold title not time
Browse files Browse the repository at this point in the history
  • Loading branch information
shiltemann committed Dec 17, 2024
1 parent 723ff11 commit 181c966
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/tutorial_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@
<tr>
{% assign hidetime = material.async | default: async%}
{% if page.layout == 'event' and hidetimes != true %}
<td><b>{{material.time | markdownify }}</b>
<td>{{material.time | markdownify }}

<div class="duplicate" style="display: none;">
<div>{{material.title}}</div>
<b>{{material.title}}</b>
<div class="btn-group" role="group" aria-label="Supporting materials for this resource">
{% include _includes/resource-slides.html material=material topic=topic.name %}
{% include _includes/resource-handson.html material=material topic=topic.name %}
Expand Down

0 comments on commit 181c966

Please sign in to comment.