update tags
This commit is contained in:
@ -35,17 +35,54 @@
|
||||
|
||||
<div class="section">
|
||||
<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>
|
||||
<li><a href="/courses">Курсы</a></li>
|
||||
{{ if ne .LearningTypeName "" }}
|
||||
<li><a href="/courses/{{.ActiveLearningType}}">{{ .LearningTypeName }}</a></li>
|
||||
<li>
|
||||
{{ if .LearningTypeName }}
|
||||
<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 }}
|
||||
{{ 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 }}
|
||||
<!-- <li class="is-active"><a href="#" aria-current="page">Breadcrumb</a></li> -->
|
||||
</ul>
|
||||
|
||||
</nav>
|
||||
|
||||
<form id="filter-form" class="columns">
|
||||
|
||||
Reference in New Issue
Block a user