File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,20 +35,20 @@ <h3 class="talks-year">{{ year.name }} ({{ year_count }})</h3>
3535 {% capture search_text %}{{ talk.title }} {{ meetup.title }} {{ speakers | join: ' ' }} {{ talk.description }}{% endcapture %}
3636
3737 < div class ="talk " data-search ="{{ search_text | downcase | strip_html | strip_newlines }} ">
38- < h3 id ="{{ talk.title | slugify }} ">
38+ < h4 id ="{{ talk.title | slugify }} ">
3939 < a href ="{{ meetup.url }}#{{ talk.title | slugify }} ">
4040 < span class ="talk-title "> {{ talk.title }}</ span >
4141 </ a >
42- < p >
43- {% for speaker in talk.speakers %}
44- {% assign person = site.data.people[speaker] %}
45- {% if person.github %}
46- < img src =" https://github.com/{{ person.github }}.png?size=30 " alt =" {{ person.name }} " style =" border-radius: 50%; width: 30px; vertical-align: middle; " />
47- {% endif %}
48- {{ person.name }}{% unless forloop.last %}, {% endunless %}
49- {% endfor %}
50- </ p >
51- </ h3 >
42+ </ h4 >
43+ < p >
44+ {% for speaker in talk.speakers %}
45+ {% assign person = site.data.people[speaker] %}
46+ {% if person.github %}
47+ < img src =" https://github.com/{{ person.github }}.png?size=30 " alt =" {{ person.name }} " loading =" lazy " style =" border-radius: 50%; width: 30px; vertical-align: middle; " />
48+ {% endif %}
49+ {{ person.name }}{% unless forloop.last %}, {% endunless %}
50+ {% endfor %}
51+ </ p >
5252
5353 < p > {{ talk.description }}</ p >
5454 </ div >
You can’t perform that action at this time.
0 commit comments