Skip to content

Commit

Permalink
Fixed wiki-toc class in list.html template
Browse files Browse the repository at this point in the history
  • Loading branch information
Pseudomanifold committed Feb 28, 2025
1 parent 3124649 commit 9c72abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/wiki/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ <h1 style="font-size: 2em;">{{ .Title }}</h1>

<dl>
{{ range .Pages }}
<div class="wiki-tok">
<div class="wiki-toc">
{{ if .Params.external_url }}
<dt>
<a href="{{ .Params.external_url}}" target="_blank" rel="noopener noreferrer">
Expand Down

0 comments on commit 9c72abd

Please sign in to comment.