Skip to content

Commit 64850b9

Browse files
lsolesenchukycheese
authored andcommittedSep 18, 2023
Do not include in toc (mmistakes#2558)
1 parent 605e2a3 commit 64850b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎_includes/archive-single.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<img src="{{ teaser | relative_url }}" alt="">
1818
</div>
1919
{% endif %}
20-
<h2 class="archive__item-title" itemprop="headline">
20+
<h2 class="archive__item-title no_toc" itemprop="headline">
2121
{% if post.link %}
2222
<a href="{{ post.link }}">{{ title }}</a> <a href="{{ post.url | relative_url }}" rel="permalink"><i class="fas fa-link" aria-hidden="true" title="permalink"></i><span class="sr-only">Permalink</span></a>
2323
{% else %}

0 commit comments

Comments
 (0)
Please sign in to comment.