Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion mevislab.github.io/content/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ status: "OK"
---

## Glossary
{{<embed file="/layouts/partials/glossarycontents.html">}}
{{<embed file="/layouts/_partials/glossarycontents.html">}}
19 changes: 19 additions & 0 deletions mevislab.github.io/themes/MeVisLab/layouts/tags/list.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{{ define "main" }}
<div class="container pb-5 pt-3">
<div class="container-fluid overflow-hidden">
<div class="row vh-auto overflow-auto">
<div class="col d-flex flex-column h-sm-auto">
<div class="col px-6">
<p>{{ if eq .Title "Beginner" }}<span class="badge bg-success">{{ .Title }}{{ else if eq .Title "Advanced" }}<span class="badge bg-warning">{{ .Title }}{{ else if eq . "Expert" }}<span class="badge bg-danger">{{ .Title }}{{ else }}<span class="badge bg-secondary">{{ .Title }}{{ end }}</span></p>
{{ range .Data.Pages }}
<ol class="list-group">
<li class="list-group-item" style="position: inherit; !important"><a class="fw-bold" href="{{.Permalink}}" title="{{ .Title }}" target="_self">{{ .Name }}</a><div class="ps-4">{{ .Title }}</div></li>
</ol>
{{ end }}
</div>
</div>
</div>
</div>
</div>

{{ end }}
17 changes: 0 additions & 17 deletions mevislab.github.io/themes/MeVisLab/layouts/taxonomy/tag.html

This file was deleted.

Loading