diff options
| author | David Oberhollenzer <goliath@infraroot.at> | 2020-08-11 15:47:26 +0200 |
|---|---|---|
| committer | David Oberhollenzer <goliath@infraroot.at> | 2020-08-11 15:47:26 +0200 |
| commit | cf6d4171af82f0bcebd81c85d739c39f711f4336 (patch) | |
| tree | 85006a422f11147bdf1f64319e56e21b6e1c12d7 | |
| parent | d19851b32c92c0dbc7012a7b89ece11aab88e820 (diff) | |
Remove "./" prefix from links in document root
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
| -rw-r--r-- | pages/menu.csv | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pages/menu.csv b/pages/menu.csv index c5d829b..f7d9097 100644 --- a/pages/menu.csv +++ b/pages/menu.csv @@ -1,5 +1,5 @@ -About,./index.md -Projects,./projects.md -Contact,./contact.md -Impressum,./impressum.md +About,index.md +Projects,projects.md +Contact,contact.md +Impressum,impressum.md Git,https://git.infraroot.at/ |
