File tree Expand file tree Collapse file tree
mevislab.github.io/themes/MeVisLab/layouts Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 {{ $tagstring := lower . }}
88 {{ $tagstring := replace $tagstring " " "-" }}
99 {{ if eq . "Beginner" }}
10- < a href ="/tags/{{ $tagstring }} " title ="{{ . }} "> < span class ="badge bg-success "> {{ . }}</ span > </ a >
10+ < a href ="/examples/ tags/{{ $tagstring }} " title ="{{ . }} "> < span class ="badge bg-success "> {{ . }}</ span > </ a >
1111 {{ else if eq . "Advanced" }}
12- < a href ="/tags/{{ $tagstring }} " title ="{{ . }} "> < span class ="badge bg-warning "> {{ . }}</ span > </ a >
12+ < a href ="/examples/ tags/{{ $tagstring }} " title ="{{ . }} "> < span class ="badge bg-warning "> {{ . }}</ span > </ a >
1313 {{ else if eq . "Expert" }}
14- < a href ="/tags/{{ $tagstring }} " title ="{{ . }} "> < span class ="badge bg-danger "> {{ . }}</ span > </ a >
14+ < a href ="/examples/ tags/{{ $tagstring }} " title ="{{ . }} "> < span class ="badge bg-danger "> {{ . }}</ span > </ a >
1515 {{ else }}
16- < a href ="/tags/{{ $tagstring }} " title ="{{ . }} "> < span class ="badge bg-secondary "> {{ . }}</ span > </ a >
16+ < a href ="/examples/ tags/{{ $tagstring }} " title ="{{ . }} "> < span class ="badge bg-secondary "> {{ . }}</ span > </ a >
1717 {{ end }}
1818
1919 {{ end -}}
4444} )
4545</ script >
4646{{- partial "nextprev.html" . -}}
47- {{ end }}
47+ {{ end }}
You can’t perform that action at this time.
0 commit comments