diff options
| author | n0tori <188390306+n0tori@users.noreply.github.com> | 2026-01-11 15:53:37 +0000 |
|---|---|---|
| committer | n0tori <188390306+n0tori@users.noreply.github.com> | 2026-01-11 15:53:37 +0000 |
| commit | b0b8b9fbbaca685f74bdb4eaddb6f5c736c4764a (patch) | |
| tree | 56f87e1431308adea6fbeef44304b3da3952696a /notes-template.html | |
| parent | f11dbc9d3f9de9da6a7ef20395128f7b873ce744 (diff) | |
less vague headers
Diffstat (limited to 'notes-template.html')
| -rw-r--r-- | notes-template.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/notes-template.html b/notes-template.html index e390c5e..edb3fcf 100644 --- a/notes-template.html +++ b/notes-template.html @@ -2,7 +2,7 @@ <html lang="en"> <head> <meta charset="UTF-8"> - <title>notes</title> + <title>notes - AM</title> <link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="stylesheet" href="base.css"> <style> @@ -158,7 +158,7 @@ <main> <h1>Notes Statistics</h1> - <p>Aggregated stats are calculated using a Python script on my Obsidian markdown notes, which updates this html file every week using a cronjob.</p> + <p>Aggregated stats are calculated using a Python <a href="https://github.com/n0tori/notes-stats">script</a> on my Obsidian markdown notes, which updates this html file every day using a cronjob.</p> <hr> <div class="big-stat"> <div class="big-stat-value">{{TOTAL_NOTES}}</div> @@ -180,7 +180,7 @@ </section> <section> - <h2>What's Inside</h2> + <h2>Content</h2> <div class="two-col"> <div class="box"> <h3 style="margin-top: 0;">Links & Media</h3> @@ -217,7 +217,7 @@ </section> <section> - <h2>When I Write</h2> + <h2>Writing Trends</h2> <p style="color: #555;">Most active day: <b>{{MOST_ACTIVE_DAY}}</b> ({{MOST_ACTIVE_DAY_COUNT}} notes modified)</p> <div style="margin: 20px 0; font-family: monospace; white-space: pre-line;"> {{DAY_OF_WEEK_BARS}} |
