We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26b9654 commit 7a0622fCopy full SHA for 7a0622f
1 file changed
_layouts/project_list.html
@@ -20,7 +20,7 @@ <h1>{{ page.title | escape }}</h1>
20
{% if area_projects.size > 0 %}
21
<section>
22
<hr>
23
- <h2>{{ area.title }}</h2>
+ <h2 id="{{ area.code }}">{{ area.title }}</h2>
24
<div class="container">
25
{% for project in area_projects %}
26
{% assign lead_pi = None %}
@@ -32,7 +32,7 @@ <h2>{{ area.title }}</h2>
32
{% else %}
33
{% assign cnerg_pi_code = project.lead_pi %}
34
{% endif %}
35
- <div class="col-sm-12">
+ <div class="col-sm-12" style="padding-top: 25px;">
36
<span class="font-weight-bold">
37
{% if project.project_url != null %}
38
<a href="{{ project.project_url }}" target="_blank">{{ project.title }}</a>
0 commit comments