We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef1bfb commit 4f8e2b4Copy full SHA for 4f8e2b4
_includes/archive-single.html
@@ -17,7 +17,7 @@
17
<img src="{{ teaser | relative_url }}" alt="">
18
</div>
19
{% endif %}
20
- <h2 class="archive__item-title" itemprop="headline">
+ <h2 class="archive__item-title no_toc" itemprop="headline">
21
{% if post.link %}
22
<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>
23
{% else %}
0 commit comments