update tags
This commit is contained in:
@ -35,17 +35,54 @@
|
|||||||
|
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<div class="container block">
|
<div class="container block">
|
||||||
<nav class="breadcrumb" aria-label="breadcrumbs">
|
<nav class="breadcrumb" aria-label="breadcrumbs" itemprop="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList">
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="/courses">Курсы</a></li>
|
<li>
|
||||||
{{ if ne .LearningTypeName "" }}
|
{{ if .LearningTypeName }}
|
||||||
<li><a href="/courses/{{.ActiveLearningType}}">{{ .LearningTypeName }}</a></li>
|
<a href="/courses" itemprop="url">
|
||||||
|
<span itemprop="title">
|
||||||
|
Курсы
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
{{ else }}
|
||||||
|
<a>
|
||||||
|
<span itemprop="title">
|
||||||
|
Курсы
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
{{ end }}
|
||||||
|
</li>
|
||||||
|
|
||||||
|
{{ if .LearningTypeName }}
|
||||||
|
<li>
|
||||||
|
{{ if .CourseThematicName }}
|
||||||
|
<a href="/courses/{{.ActiveLearningType}}" itemprop="url">
|
||||||
|
<span itemprop="title">
|
||||||
|
{{ .LearningTypeName }}
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
{{ else }}
|
||||||
|
<a>
|
||||||
|
<span itemprop="title">
|
||||||
|
{{ .LearningTypeName }}
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
{{ end }}
|
||||||
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if ne .CourseThematicName "" }}
|
|
||||||
<li><a href="/courses/{{.ActiveLearningType}}/{{.ActiveCourseThematic}}">{{ .CourseThematicName }}</a></li>
|
{{ if .CourseThematicName }}
|
||||||
|
<li>
|
||||||
|
<a>
|
||||||
|
<span itemprop="title" itemprop="url">
|
||||||
|
{{ .CourseThematicName }}
|
||||||
|
</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<!-- <li class="is-active"><a href="#" aria-current="page">Breadcrumb</a></li> -->
|
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<form id="filter-form" class="columns">
|
<form id="filter-form" class="columns">
|
||||||
|
|||||||
Reference in New Issue
Block a user