We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3655805 commit e25236aCopy full SHA for e25236a
_layouts/blog.html
@@ -10,6 +10,13 @@
10
<div class="container py-3">
11
<div class="row no-gutters justify-content-center">
12
<div class="col-lg-9 col-sm-12 pt-3">
13
+ <nav aria-label="breadcrumb">
14
+ <ol class="breadcrumb p-0" id="breadcrumbs">
15
+ <li class="breadcrumb-item"><a href="/{% if site.lang != site.defaultLang %}{{ site.lang }}{% endif %}">{% t generic.home %}</a></li>
16
+ <li class="breadcrumb-item"><a href="{% if site.lang != site.defaultLang %}/{{ site.lang }}{% endif %}/blog">{% t titles.blog %}</a></li>
17
+ <li class="breadcrumb-item active" aria-current="page">{{ page.title }}</li>
18
+ </ol>
19
+ </nav>
20
<div class="post">
21
22
{% assign author = site.data.authors[page.author] %}
0 commit comments