diff options
| -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 | ||||
| -rw-r--r-- | md.bqn | 2 |
5 files changed, 5 insertions, 5 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> @@ -650,7 +650,7 @@ ConvertFile ← { head ← "head" Html lf∾JoinLines " "⊸∾¨⟨ "shortcut icon' type='image/x-icon" Link "favicon.ico" "stylesheet" Link "style.css" - "title" Html "BQN: " ∾⍟(¬·∨´"BQN"⍷⊢) 2↓⊑h1 + "title" Html ("BQN"∾":"⊸(¬∘∊/⊣)∾" "∾⊢)⍟(¬·∨´"BQN"⍷⊢) 2↓⊑h1 ⟩ repo ← "a href='"‿repoURL‿"'" ∾⊸Html "BQN" crumbs ← up ("a href='"∾∾⟜"index.html'")⊸Html¨○((-isInd)⊸↓) (<"main")»parts |
