commit 41722402084e6bb2e368f38a778d748fb73d3a06 parent 560439300dc6aa489f2bc33f539d61933bcb9f8e Author: David Eisinger <[email protected]> Date: Wed, 25 Oct 2023 10:48:52 -0400 fix notes header link Diffstat:
| M | themes/v2/layouts/notes/single.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/themes/v2/layouts/notes/single.html b/themes/v2/layouts/notes/single.html @@ -2,7 +2,7 @@ <hr> <h2> - <a href="/elsewhere">Notes</a> <span>></span> + <a href="/notes">Notes</a> <span>></span> {{ .Title }} </h2>