Skip to content

Commit

Permalink
fix titles on steering committee section
Browse files Browse the repository at this point in the history
  • Loading branch information
prushh committed Jan 7, 2024
1 parent 3fb760f commit 32608bb
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions blog/overrides/partials/content.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,19 @@
}
</style>

<h1 id="TODO">

{% if page.toc %}
{% for toc_item in page.toc %}
{{ toc_item.title }}
<a class="headerlink" href="{{ toc_item.url }}" title="Permanent link"></a>
<h1 id="TODO">
{{ toc_item.title }}
<a class="headerlink" href="{{ toc_item.url }}" title="Permanent link"></a>
</h1>
{% endfor %}
</h1>
{% elif page.title %}
<h1>
{{ page.title }}
</h1>
{% endif %}

{% include "partials/source-file.html" %}

Expand Down

0 comments on commit 32608bb

Please sign in to comment.