diff options
author | JJ | 2024-02-21 01:28:49 +0000 |
---|---|---|
committer | JJ | 2024-02-21 01:28:49 +0000 |
commit | fa1e6f75ceb4f2a99dc1c107bfe60434356cfe19 (patch) | |
tree | 2c76452361bdbe2166b24f8dd665ac51b4e26ca7 /_layouts | |
parent | 19ab14173c4242792cee0bd9b75d81c788e0fb70 (diff) |
meow
Diffstat (limited to '_layouts')
-rw-r--r-- | _layouts/algebra.html | 5 | ||||
-rw-r--r-- | _layouts/analysis.html | 5 | ||||
-rw-r--r-- | _layouts/ctf.html | 6 | ||||
-rw-r--r-- | _layouts/foundations.html | 6 | ||||
-rw-r--r-- | _layouts/plt.html | 18 | ||||
-rw-r--r-- | _layouts/web.html | 9 |
6 files changed, 0 insertions, 49 deletions
diff --git a/_layouts/algebra.html b/_layouts/algebra.html index 0a8969b..171d8b6 100644 --- a/_layouts/algebra.html +++ b/_layouts/algebra.html @@ -16,11 +16,6 @@ layout: default <b><a href="/mathematics/algebra">algebra</a></b> <a href="/mathematics/analysis">analysis</a> </nav> - <nav> - <a href="/mathematics/linear-algebra">linear algebra</a> - <a href="/mathematics/coding-theory">coding theory</a> - <a href="/mathematics/abstract-algebra">abstract algebra</a> - </nav> </div> </header> <main> diff --git a/_layouts/analysis.html b/_layouts/analysis.html index 2e9fd1e..c049ee7 100644 --- a/_layouts/analysis.html +++ b/_layouts/analysis.html @@ -16,11 +16,6 @@ layout: default <a href="/mathematics/algebra">algebra</a> <b><a href="/mathematics/analysis">analysis</a></b> </nav> - <nav> - <a href="/mathematics/calculus">calculus</a> - <a href="/mathematics/real-analysis">real analysis</a> - <a href="/mathematics/complex-analysis">complex analysis</a> - </nav> </div> </header> <main> diff --git a/_layouts/ctf.html b/_layouts/ctf.html index 9666a6f..1688d3e 100644 --- a/_layouts/ctf.html +++ b/_layouts/ctf.html @@ -16,12 +16,6 @@ layout: default <a href="/plt">plt</a> <a href="/web">web</a> </nav> - <nav> - <a href="/ctf/rev">rev</a> - <a href="/ctf/pwn">pwn</a> - <a href="/ctf/crypto">crypto</a> - <a href="/ctf/web">web</a> - </nav> </div> </header> <main> diff --git a/_layouts/foundations.html b/_layouts/foundations.html index ac33e10..a1ae590 100644 --- a/_layouts/foundations.html +++ b/_layouts/foundations.html @@ -16,12 +16,6 @@ layout: default <a href="/mathematics/algebra">algebra</a> <a href="/mathematics/analysis">analysis</a> </nav> - <nav> - <a href="/mathematics/logic">logic</a> - <a href="/mathematics/proof">proof</a> - <a href="/mathematics/types">types</a> - <a href="/mathematics/category-theory">category theory</a> - </nav> </div> </header> <main> diff --git a/_layouts/plt.html b/_layouts/plt.html index 463950c..2a8ae15 100644 --- a/_layouts/plt.html +++ b/_layouts/plt.html @@ -16,24 +16,6 @@ layout: default <b><a href="/plt">plt</a></b> <a href="/web">web</a> </nav> - <nav> - <a href="/plt/compilers">compilers</a> - <a href="/plt/syntax">syntax</a> - <a href="/plt/semantics">semantics</a> - <a href="/plt/pragmatics">pragmatics</a> - <br> - <a href="/plt/types">types</a> - <a href="/plt/modules">modules</a> - <a href="/plt/monads">monads</a> - <a href="/plt/continuations">continuations</a> - <a href="/plt/effects">effects</a> - <br> - <a href="/plt/lambda-calculus">lambda calculus</a> - <a href="/plt/memory-management">memory management</a> - <a href="/plt/paradigms">paradigms</a> - <a href="/plt/patterns">patterns</a> - <a href="/plt/written-language">written-language</a> - </nav> </div> </header> <main> diff --git a/_layouts/web.html b/_layouts/web.html index e60f11d..8799d8a 100644 --- a/_layouts/web.html +++ b/_layouts/web.html @@ -16,15 +16,6 @@ layout: default <a href="/plt">plt</a> <b><a href="/web">web</a></b> </nav> - <nav> - <a href="/web/html">html</a> - <a href="/web/htmx">htmx</a> - <a href="/web/css">css</a> - <a href="/web/tailwind">tailwind</a> - <br> - <a href="/web/markdown">markdown</a> - <a href="/web/networking">networking</a> - </nav> </div> </header> <main> |