diff --git a/search.html b/search.html index f855a40..471f40d 100644 --- a/search.html +++ b/search.html @@ -14,7 +14,7 @@ function makeZettelLink(zettel) { zettelLink.classList.add("zettel-link"); let actualLink = document.createElement("a"); - actualLink.href = zettel.id + ".html"; + actualLink.href = zettel.id.replaceAll(" ", "_") + ".html"; actualLink.innerHTML = zettel.title; zettelLink.appendChild(actualLink); @@ -95,4 +95,4 @@ $('#search-tags').dropdown({ runSearch(); } }); - \ No newline at end of file + \ No newline at end of file diff --git a/z-index.html b/z-index.html index 6a06bea..8fca9fb 100644 --- a/z-index.html +++ b/z-index.html @@ -59,4 +59,4 @@ code span.st { color: #4e9a06; } /* String */ code span.va { color: #000000; } /* Variable */ code span.vs { color: #4e9a06; } /* VerbatimString */ code span.wa { color: #8f5902; font-weight: bold; font-style: italic; } /* Warning */ -

Zettel Index

The zettelkasten has 3 zettels and 3 links. It has 1 cluster in its folgezettel graph. Each cluster's folgezettel heterarchy is rendered as a forest.

\ No newline at end of file +

Zettel Index

The zettelkasten has 3 zettels and 3 links. It has 1 cluster in its folgezettel graph. Each cluster's folgezettel heterarchy is rendered as a forest.

\ No newline at end of file