Skip to content

Commit da49890

Browse files
committed
Fix breadcrumb styling on tag page and remove title bar to clean up presentation
1 parent 617b269 commit da49890

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

_layouts/tag-archive.html

+2-5
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)