aboutsummaryrefslogtreecommitdiff
path: root/md.bqn
diff options
context:
space:
mode:
Diffstat (limited to 'md.bqn')
-rw-r--r--md.bqn4
1 files changed, 2 insertions, 2 deletions
diff --git a/md.bqn b/md.bqn
index 055a9e88..6990f238 100644
--- a/md.bqn
+++ b/md.bqn
@@ -653,8 +653,8 @@ ConvertFile ← {
"stylesheet" Link "style.css"
"title" Html ("BQN"∾":"⊸(¬∘∊/⊣)∾" "∾⊢)⍟(¬·∨´"BQN"⍷⊢) 2↓⊑h1
- repo ← "a href='"‿repoURL‿"'" ∾⊸Html "BQN"
- crumbs ← up ("a href='"∾∾⟜"index.html'")⊸Html¨○((-isInd)⊸↓) (<"main")»parts
+ repo ← "("∾")"∾˜ "a href='"‿repoURL‿"'" ∾⊸Html "github"
+ crumbs ← up ("a href='"∾∾⟜"index.html'")⊸Html¨○((-isInd)⊸↓) (<"BQN")»parts
nav ← RQ "div class='nav'" Html 3↓∾ " / "⊸∾¨ repo <⊸∾ crumbs
front ← head ∾○(∾⟜lf) nav
("docs/"∾fileout) •FChars front ∾ out