diff options
author | JJ | 2023-11-25 10:08:46 +0000 |
---|---|---|
committer | JJ | 2023-11-25 10:08:46 +0000 |
commit | d2f845d7982d305022f4313c0faa343ae11693ad (patch) | |
tree | e28bec672c028a0716ed6669e26c387fa9fa97cf /_layouts/linguistics.html | |
parent | 384af43d4220eb93abe06668210c594923fb9a8c (diff) |
meow
Diffstat (limited to '_layouts/linguistics.html')
-rw-r--r-- | _layouts/linguistics.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/_layouts/linguistics.html b/_layouts/linguistics.html new file mode 100644 index 0000000..95ac6c0 --- /dev/null +++ b/_layouts/linguistics.html @@ -0,0 +1,25 @@ +--- +layout: default +--- +<header> +<h1> + <a href="https://apropos.codes">apropos</a> +</h1> +<div> + <nav> + <a href="/mathematics">mathematics</a> + <b><a href="/linguistics">linguistics</a></b> + <a href="/computation">computation</a> + <a href="/ctf">ctf</a> + </nav> + <nav> + <a href="/glossary">glossary</a> + <a href="/syntax">syntax</a> + <a href="/semantics">semantics</a> + <a href="/types">types</a> + </nav> +</div> +</header> +<main> +{{ content }} +</main> |