diff options
| author | Paul Buetow <paul@buetow.org> | 2024-08-24 14:20:27 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-08-24 14:20:27 +0100 |
| commit | a0cdf880c32264165f1af87d7f0465d3923ffe88 (patch) | |
| tree | f5b4ccb757c4bd053e694139cb96f28e2bb7d320 /lib/notes.source.sh | |
| parent | 28e275da0a1b9db74e1d93cfff80c4af1214dff6 (diff) | |
nicer ToC for HTML
Diffstat (limited to 'lib/notes.source.sh')
| -rw-r--r-- | lib/notes.source.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/notes.source.sh b/lib/notes.source.sh index 0f5251d..bdea5fc 100644 --- a/lib/notes.source.sh +++ b/lib/notes.source.sh @@ -18,6 +18,8 @@ notes::generate () { log INFO "Generating Notes index for $notes_dir" + log INFO "Hello world" + cat <<NOTES > "$notes_dir/index.gmi.tmp" # Notes on $DOMAIN |
