update anchor tags

This commit is contained in:
2020-09-06 10:26:10 +00:00
parent 6fb036d0f1
commit a8af49264e

View File

@@ -34,11 +34,15 @@
<div id="jobs" class="tab-pane">
<div class="grid-container">
<div id="{{job.3}}"><a href="#{{job.3}}"><h2>{{job.0}}</h2></a></div>
<div id="{{job.3}}">
{% with active_members=job.1 inactive_members=job.2 %}
{% include 'members/jobs_list.html' %}
{% endwith %}
<h2>{{job.0}}<a class="headerlink" href="#{{job.3}}" title="Permalink to {{job.0}}"> #</a></h2>
{% with active_members=job.1 inactive_members=job.2 %}
{% include 'members/jobs_list.html' %}
{% endwith %}
</div>
</div>
{% endfor %}