summaryrefslogtreecommitdiff
path: root/notes/index.html.tmpl
diff options
context:
space:
mode:
authort <t@tjp.lol>2026-07-11 14:06:25 -0600
committert <t@tjp.lol>2026-07-11 19:59:46 -0600
commit6636567f9c4395e830f280e1cd0008a726c04286 (patch)
treeb844e1201de82f54f6b19065bae8e4b783f37642 /notes/index.html.tmpl
parent48352c770a932bd628cc5eb22ea3b899b041c485 (diff)
Refresh site structure and copy
Simplify navigation and section copy, update feed presentation, and remove the obsolete plain-HTML note.
Diffstat (limited to 'notes/index.html.tmpl')
-rw-r--r--notes/index.html.tmpl12
1 files changed, 8 insertions, 4 deletions
diff --git a/notes/index.html.tmpl b/notes/index.html.tmpl
index 468a466..848a087 100644
--- a/notes/index.html.tmpl
+++ b/notes/index.html.tmpl
@@ -4,7 +4,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Notes — tjp.lol</title>
-<meta name="description" content="A public cut of my Obsidian notes — a small digital garden.">
+<meta name="description" content="A public cut of my synced notes — a small digital garden.">
<link rel="stylesheet" href="../style.css">
</head>
<body>
@@ -13,19 +13,23 @@
{{template "header" .}}
<main>
<section class="intro">
- <p>This is a digital garden &mdash; a public slice of the notes I keep in Obsidian. Unlike the <a href="../weblog/index.html">weblog</a>, these aren't essays. They're living pages: some are a paragraph, some are years old, most link to each other. Start anywhere and follow the threads.</p>
+ <p>This is a digital garden; a public slice of the persistent notes I keep synced across my devices.</p>
</section>
<section>
<h2 class="sec">start here</h2>
+ <ul>
+ <li><a href="/notes/sync/recipes/">My Recipes</a></li>
+ <li><a href="/notes/sync/recipes/cocktails/">Cocktail Recipes</a></li>
+ </ul>
</section>
- <section>
+ <!--<section>
<h2 class="sec">all notes</h2>
{{$notes := sortPages (index .Pages "notes") "mod_time"}}{{with $notes}}<div class="note-index">
{{range .}}<a href="{{rel "notes/index.html" .OutputPath}}">{{.Title}}</a>{{end}}
</div>{{end}}
- </section>
+ </section>-->
</main>
{{template "footer" .}}