diff options
author | JJ | 2024-01-05 02:37:28 +0000 |
---|---|---|
committer | JJ | 2024-01-05 02:37:28 +0000 |
commit | 439c5d3ef5fb8b8ebba28d45088d9b91db7418ac (patch) | |
tree | 279051b346a86c782b3b7ad3a954f1f8dab9bb54 /_layouts/ctf.html | |
parent | 5ffac59a93388e16e90dbdd1c4f68d6a2f2c057a (diff) |
meow
Diffstat (limited to '_layouts/ctf.html')
-rw-r--r-- | _layouts/ctf.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/_layouts/ctf.html b/_layouts/ctf.html index bd9b2dd..0286880 100644 --- a/_layouts/ctf.html +++ b/_layouts/ctf.html @@ -9,8 +9,12 @@ layout: default <nav> <a href="/mathematics">mathematics</a> <a href="/linguistics">linguistics</a> - <a href="/computation">computation</a> + <b><a href="/computation">computation</a></b> + </nav> + <nav> <b><a href="/ctf">ctf</a></b> + <a href="/plt">plt</a> + <a href="/software">software</a> </nav> <nav> <a href="/ctf/rev">rev</a> |