From 7c9b9f5b7e71de1f03b68964e57bdb833e6c5473 Mon Sep 17 00:00:00 2001
From: Andrew Conlin <andrew@andrewconl.in>
Date: Wed, 28 Feb 2024 11:30:47 +0000
Subject: [PATCH] [2024-02-28] Update projects page with description

---
 _includes/header.html | 2 +-
 projects.html         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_includes/header.html b/_includes/header.html
index 50f3660..2069655 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,6 +1,6 @@
 <h1><a href="/">andrewconl.in</a></h1>
 <div>
-    <code style="font-size: x-large;"><a href="/blog">blog</a> // <a href="/weeklinks">weeklinks</a> // <a href="/til">til</a> // <a>projects</a> // <a>meta</a></code>
+    <code style="font-size: x-large;"><a href="/blog">blog</a> // <a href="/weeklinks">weeklinks</a> // <a href="/til">til</a> // <a href="/projects">projects</a> // <a>meta</a></code>
 </div>
 <br>
 <hr>
\ No newline at end of file
diff --git a/projects.html b/projects.html
index 0c6215a..e2bc095 100644
--- a/projects.html
+++ b/projects.html
@@ -5,6 +5,6 @@ permalink: /projects
 ---
 <h2>Projects</h2>
 <ul style="list-style-type:none;margin:0;padding:0;">
-	<a href="https://github.com/andrwcnln/tictoc">tictoc</a>
+	<a href="https://github.com/andrwcnln/tictoc">tictoc</a> // Fast, simple and accurate Python timing. Written in Rust.
 </ul>
 <hr>