diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-11 14:36:53 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-08-11 14:36:53 -0400 |
| commit | eac61ca02074c218667754d5f4ef562e780bae85 (patch) | |
| tree | 22d8b8dac3b3dabf73493baea33081c120835ea4 | |
| parent | 65eef4fade5eb426dae01d480f383b8a30b23071 (diff) | |
Update navigation on non-generated pages
| -rw-r--r-- | docs/fonts.html | 2 | ||||
| -rw-r--r-- | docs/keymap.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/fonts.html b/docs/fonts.html index a9c7337b..b26a3cca 100644 --- a/docs/fonts.html +++ b/docs/fonts.html @@ -28,7 +28,7 @@ </style> </head> <body> -<div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a> / <a href="index.html">main</a></div> +<div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="index.html">BQN</a></div> <h1>Fonts for BQN</h1> <p>This page shows samples, and a font-selectable REPL at the end, for all free fonts I know of that fully support BQN's character set:</p> diff --git a/docs/keymap.html b/docs/keymap.html index 0597bb52..5b70ec05 100644 --- a/docs/keymap.html +++ b/docs/keymap.html @@ -12,7 +12,7 @@ </style> </head> <body> -<div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a> / <a href="index.html">main</a></div> +<div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="index.html">BQN</a></div> <h1 id="keymap">BQN keymap</h1> <p>The standard BQN keymap is shown below. Note that characters <code>⍎⍕↙↖⍳</code>, included for historical or speculative reasons, are not used by BQN. And don't miss spacebar for <code class='Ligature'>‿</code> at the bottom!</p> <div class="center"><pre>┌────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬────┬─────────┐ |
