diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-07-19 21:45:53 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-07-19 21:45:53 -0400 |
| commit | 6d21cc9fdf595e8ff740cc0539f872b30fb64a55 (patch) | |
| tree | 3ad10dc17570c9aa8b33f0edf0bfe2c3dc2cca21 /docs | |
| parent | 82da8e7f1c68f238b2c00d19fdc9c6c71d8f99c0 (diff) | |
Avoid repeated : in page titles
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/doc/logic.html | 2 | ||||
| -rw-r--r-- | docs/tutorial/combinator.html | 2 | ||||
| -rw-r--r-- | docs/tutorial/list.html | 2 | ||||
| -rw-r--r-- | docs/tutorial/variable.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/doc/logic.html b/docs/doc/logic.html index 2f7d6c0f..ef42070d 100644 --- a/docs/doc/logic.html +++ b/docs/doc/logic.html @@ -1,7 +1,7 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> - <title>BQN: Logic functions: And, Or, Not (also Span)</title> + <title>BQN Logic functions: And, Or, Not (also Span)</title> </head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a> / <a href="../index.html">main</a> / <a href="index.html">doc</a></div> <h1 id="logic-functions-and-or-not-also-span">Logic functions: And, Or, Not (also Span)</h1> diff --git a/docs/tutorial/combinator.html b/docs/tutorial/combinator.html index 9d787bd9..0a8faf29 100644 --- a/docs/tutorial/combinator.html +++ b/docs/tutorial/combinator.html @@ -1,7 +1,7 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> - <title>BQN: Tutorial: Combinators</title> + <title>BQN Tutorial: Combinators</title> </head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a> / <a href="../index.html">main</a> / <a href="index.html">tutorial</a></div> <h1 id="tutorial-combinators">Tutorial: Combinators</h1> diff --git a/docs/tutorial/list.html b/docs/tutorial/list.html index 4be4f920..07846387 100644 --- a/docs/tutorial/list.html +++ b/docs/tutorial/list.html @@ -1,7 +1,7 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> - <title>BQN: Tutorial: Working with lists</title> + <title>BQN Tutorial: Working with lists</title> </head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a> / <a href="../index.html">main</a> / <a href="index.html">tutorial</a></div> <h1 id="tutorial-working-with-lists">Tutorial: Working with lists</h1> diff --git a/docs/tutorial/variable.html b/docs/tutorial/variable.html index 29a7775b..4db40728 100644 --- a/docs/tutorial/variable.html +++ b/docs/tutorial/variable.html @@ -1,7 +1,7 @@ <head> <link href="../favicon.ico" rel="shortcut icon" type="image/x-icon"/> <link href="../style.css" rel="stylesheet"/> - <title>BQN: Tutorial: Variables</title> + <title>BQN Tutorial: Variables</title> </head> <div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a> / <a href="../index.html">main</a> / <a href="index.html">tutorial</a></div> <h1 id="tutorial-variables">Tutorial: Variables</h1> |
