diff options
author | Alan Pearce | 2017-05-06 18:10:23 +0200 |
---|---|---|
committer | Alan Pearce | 2017-05-06 18:10:23 +0200 |
commit | 91e4c1ad19a8bb9b0d2f5c938827a45f15137568 (patch) | |
tree | 46d9153f4ce6e72cf63412b1e57d7b915a41a974 /config.toml | |
parent | c015b0c94bd7446e2a75b36e2ca2df77a3807d3c (diff) | |
download | website-91e4c1ad19a8bb9b0d2f5c938827a45f15137568.tar.lz website-91e4c1ad19a8bb9b0d2f5c938827a45f15137568.tar.zst website-91e4c1ad19a8bb9b0d2f5c938827a45f15137568.zip |
Add link to cgit
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 047f7ac..6d96e47 100644 --- a/config.toml +++ b/config.toml @@ -19,6 +19,9 @@ layoutReverse = true [[menu.main]] name = "Posts" URL = "/post/" +[[menu.main]] + name = "Repositories" + URL = "https://git.alanpearce.eu" [[menu.contact]] name = "alan@alanpearce.uk" |