Skip to content

Commit 8f0cc6b

Browse files
authored
Merge pull request #2229 from insectengine/Blog_breadcrumb
Fix breadcrumb styling on tag page and remove title bar
2 parents 617b269 + da49890 commit 8f0cc6b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

_layouts/tag-archive.html

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,9 @@
22
layout: base
33
---
44

5-
{% include title-band.html %}
6-
7-
8-
<div class="full-width-version-bg grey align-self">
5+
<div class="full-width-breadcrumb-bg align-self">
96
<div class="width-12-12">
10-
<p class="returnlink"><a href="{{site.baseurl}}/blog">Blogs</a> <i class="fas fa-chevron-right"></i> {{ page.title }}</p>
7+
<p class="returnlink"><a href="{{site.baseurl}}/blog">Blog</a> <i class="fas fa-chevron-right"></i> {{ page.title }}</p>
118
</div>
129
</div>
1310

0 commit comments

Comments
 (0)