diff options
author | Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com> | 2019-06-28 19:38:13 +0200 |
---|---|---|
committer | Marcin Chrzanowski <marcin.j.chrzanowski@gmail.com> | 2019-06-28 19:38:13 +0200 |
commit | 793beecfdaefa02aca5255371562bdc2066bf628 (patch) | |
tree | 49d304a85bbde486367452db127f10db110c0edc | |
parent | a3b86375c946299c9216412e10c5bcf5234c7fcd (diff) |
Add website repo link
-rw-r--r-- | src/projects.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projects.html b/src/projects.html index 61363a1..a16253d 100644 --- a/src/projects.html +++ b/src/projects.html @@ -2,7 +2,7 @@ <li><a href='https://github.com/m-chrzan/dicebag'>Dicebag</a>: a dice expression parser and roller. </li> - <li><a href='#'>This website</a>: a small + <li><a href='https://gitlab.com/m-chrzan/m-chrzan.gitlab.io'>This website</a>: a small mess of simple scripts for static site generation. I probably should've used Jekyll, but I wanted to play around and build something minimal for personal use. I'm not a webdev. |