diff options
| -rw-r--r-- | index.html | 1 | ||||
| -rw-r--r-- | projects/index.html | 1 |
2 files changed, 2 insertions, 0 deletions
| @@ -16,6 +16,7 @@ | |||
| 16 | <nav> | 16 | <nav> |
| 17 | <a href="/" class="current" style="flex: 0.25">~/</a> | 17 | <a href="/" class="current" style="flex: 0.25">~/</a> |
| 18 | <a href="/projects">~/projects</a> | 18 | <a href="/projects">~/projects</a> |
| 19 | <a href="https://git.igorek.dev" style="flex: 0.25">git</a> | ||
| 19 | </nav> | 20 | </nav> |
| 20 | 21 | ||
| 21 | <main> | 22 | <main> |
diff --git a/projects/index.html b/projects/index.html index f7b7140..2006149 100644 --- a/projects/index.html +++ b/projects/index.html | |||
| @@ -16,6 +16,7 @@ | |||
| 16 | <nav> | 16 | <nav> |
| 17 | <a href="/" style="flex: 0.25">~/</a> | 17 | <a href="/" style="flex: 0.25">~/</a> |
| 18 | <a href="/projects" class="current">~/projects</a> | 18 | <a href="/projects" class="current">~/projects</a> |
| 19 | <a href="https://git.igorek.dev" style="flex: 0.25">git</a> | ||
| 19 | </nav> | 20 | </nav> |
| 20 | 21 | ||
| 21 | <section> | 22 | <section> |
