summaryrefslogtreecommitdiff
path: root/_layouts/linguistics.html
blob: 529dc45263a05ca137d509376ce621520cf47849 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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="/linguistics/glossary">glossary</a>
    <a href="/linguistics/syntax">syntax</a>
    <a href="/linguistics/semantics">semantics</a>
    <a href="/linguistics/types">types</a>
  </nav>
</div>
</header>
<main>
{{ content }}
</main>