Skip to content

Commit 5bfabff

Browse files
authored
Update links for tag badges to point to examples
1 parent 7e3c895 commit 5bfabff

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

mevislab.github.io/themes/MeVisLab/layouts/single.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
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 -}}
@@ -44,4 +44,4 @@
4444
})
4545
</script>
4646
{{- partial "nextprev.html" . -}}
47-
{{ end }}
47+
{{ end }}

0 commit comments

Comments
 (0)