We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6355f0c commit ae46855Copy full SHA for ae46855
sessions.md
@@ -28,7 +28,7 @@ thumbnail: timetable.png
28
29
<div class="row text-left">
30
{% for session in site.data.sessions %}
31
- {% assign profile_id = forloop.index | prepend: 'profile-' %}
+ {% assign profile_id = 'profile-' | append: forloop.index %}
32
<div class="col-md-6 col-12 p-3" id="{{data.title}}">
33
<h4 class="ws-title">{{ session.title }}</h4>
34
<p>
0 commit comments