File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
{% endblock jsonld %}
10
10
{% spaceless %}
11
11
{% block content %}
12
- {% include 'partials/home_article_breadcrumb .html' %}
12
+ {% include 'partials/home_lesson_breadcrumb .html' %}
13
13
< div class ="container mt-lg-5 mt-md-3 ">
14
14
< div class ="row ">
15
15
< main id ="main-content " class ="hero col-12 col-md-9 col-lg-9 col-print-12 pe-lg-2 ">
Original file line number Diff line number Diff line change 3
3
< nav aria-label ="breadcrumb ">
4
4
< ol class ="breadcrumb m-0 ">
5
5
< li class ="breadcrumb-item ">
6
- < a href ="{% url 'index' %} "> Home</ a >
6
+ < a href ="{% url 'index' %} " class =" font-sm fw-500 " > Home</ a >
7
7
</ li >
8
8
< li class ="breadcrumb-item ">
9
- < a href ="{% url 'courses' %} "> Courses</ a >
9
+ < a href ="{% url 'courses' %} " class =" font-sm fw-500 " > Courses</ a >
10
10
</ li >
11
11
< li class ="breadcrumb-item ">
12
- < a href ="{% url 'courses_single' slug=course.slug %} "> {{ guide .title }}</ a >
12
+ < a href ="{% url 'courses_single' slug=course.slug %} " class =" font-sm fw-500 " > {{ course .title }}</ a >
13
13
</ li >
14
14
< li class ="breadcrumb-item active " aria-current ="page ">
15
- < span > {{ post.title }}</ span >
15
+ < span class =" text-muted font-sm fw-500 " > {{ post.title }}</ span >
16
16
</ li >
17
17
</ ol >
18
18
</ nav >
You can’t perform that action at this time.
0 commit comments