diff options
author | Prefetch | 2021-02-19 20:25:37 +0100 |
---|---|---|
committer | Prefetch | 2021-02-19 20:25:37 +0100 |
commit | f04a80d30c6f4bd7a0c17fc5ec26ed7968621edf (patch) | |
tree | a9314cc4c14d7b16bbdbb56037c13d0bc2fe65d6 /templates/home.html | |
parent | c3ff543b2b2b254f4583bc72dd1e16278729bc92 (diff) |
Proof-of-concept for knowledge base
Diffstat (limited to 'templates/home.html')
-rw-r--r-- | templates/home.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/home.html b/templates/home.html index de715ce..01e6b3d 100644 --- a/templates/home.html +++ b/templates/home.html @@ -12,7 +12,7 @@ <div class="navr"> <a href="/blog/">blog</a>  <a href="/code/">code</a>  -<a href="/uses/">uses</a> +<a href="/know/">know</a> </div> </div> <hr> |