diff options
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> |