diff options
author | William Carroll <wpcarro@gmail.com> | 2020-03-27T15·55+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-03-27T16·02+0000 |
commit | 48cdb69efb904c14849b6e4ed803749065d993cc (patch) | |
tree | cc9607f7bd32bc4e7aaf8164422641c5efd610f8 /website/index.html | |
parent | f2ba5aca310ebc7c832e3ec5a41bc70a148d5ed6 (diff) |
Publish habits as a webpage
I think it might be a good idea to version control my habits, so that I can audit them as they change. I'm publishing these on my website, so that I can refer to them wherever I had internet.
Diffstat (limited to 'website/index.html')
-rw-r--r-- | website/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/website/index.html b/website/index.html index 47bba805edbc..6ad409bc1d99 100644 --- a/website/index.html +++ b/website/index.html @@ -13,6 +13,9 @@ <li> <a href="/goals">Goals</a> </li> + <li> + <a href="/habits">Habits</a> + </li> </ul> <li>Other</li> <ul> |