We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d6e53b commit 9c0e608Copy full SHA for 9c0e608
_pages/sessions.md
@@ -7,8 +7,8 @@ permalink: /sessions
7
<div class="row text-left">
8
{% for session in site.data.sessions %}
9
{% assign profile_id = 'profile-' | append: forloop.index %}
10
- {% assign event_id="event-" | append: forloop.index %}
11
- <div class="col-md-6 col-12 p-3" id="{{event_id}}">
+ {% assign session_id="session-" | append: forloop.index %}
+ <div class="col-md-6 col-12 p-3" id="{{session_id}}">
12
{% if session.news-link %}
13
<a href='{{ session.news-link }}'>
14
{% endif %}
0 commit comments