diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-02 19:44:29 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2019-05-02 19:44:29 -0400 |
| commit | 3d0ef969ebb032cc8f35dea080456607b5b831fd (patch) | |
| tree | 772aa59dbb26fd61762e8ac2cc7a7cdba0fe1ed9 | |
| parent | ebd57893a8b29c9c86f34f161cdc049447d64771 (diff) | |
Add initial Projects page
| -rw-r--r-- | haunt/projects.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/haunt/projects.scm b/haunt/projects.scm index c45a135..09c3729 100644 --- a/haunt/projects.scm +++ b/haunt/projects.scm @@ -1 +1,2 @@ -`((h1 "Projects")) +`((h2 "Projects") + (p "I'm still in the process of putting things together, so this page is a bit empty.")) |