diff options
author | JJ | 2024-06-16 05:13:29 +0000 |
---|---|---|
committer | JJ | 2024-06-16 05:13:29 +0000 |
commit | e2d8a3634092bb3e7df2cea2fcf52e449bd6ea9f (patch) | |
tree | 9e9c84d3a898b65d5e50edffcc6b0c1b55875bf1 /_layouts/tech.html | |
parent | 731f2368940d2444fc17b8f7e710e7c810aa31b0 (diff) |
meow
Diffstat (limited to '_layouts/tech.html')
-rw-r--r-- | _layouts/tech.html | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/_layouts/tech.html b/_layouts/tech.html new file mode 100644 index 0000000..06745b8 --- /dev/null +++ b/_layouts/tech.html @@ -0,0 +1,28 @@ +--- +layout: default +--- +<header> +<h1> + <a href="https://toki.la">apropos</a> +</h1> +<div> + <nav> + <a href="/mathematics">mathematics</a> + <a href="/linguistics">linguistics</a> + <b><a href="/computation">computation</a></b> + </nav> + <nav> + <a href="/ctf">ctf</a> + <a href="/plt">plt</a> + <b><a href="/tech">tech</a></b> + <a href="/web">web</a> + </nav> + <nav> + <a href="/tech/android">android</a> + <a href="/tech/transit">transit</a> + </nav> +</div> +</header> +<main> +{{ content }} +</main> |