diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-03-25 05:39:55 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-03-25 05:39:55 +0100 |
| commit | 079865deb40d97b2f3559a2c4747f7cc1f619df7 (patch) | |
| tree | ff7c9b6e290c5918b026803cb51ef736e52fd810 /templates/partials/navigation.twig | |
| parent | d8a74d147bf7a64d5fdcbe7cbfa3275e6a4c2402 (diff) | |
| download | mitjafelicijan.com-079865deb40d97b2f3559a2c4747f7cc1f619df7.tar.gz | |
Cleaned up some content
Diffstat (limited to 'templates/partials/navigation.twig')
| -rw-r--r-- | templates/partials/navigation.twig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/partials/navigation.twig b/templates/partials/navigation.twig index cff6152..bb76d2b 100644 --- a/templates/partials/navigation.twig +++ b/templates/partials/navigation.twig | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | <nav> | 1 | <nav> |
| 2 | <a href="/">Mitja Felicijan</a> | 2 | <a href="/">Mitja Felicijan</a> |
| 3 | <a href="/curriculum-vitae.html">CV</a> | 3 | <a href="/curriculum-vitae">CV</a> |
| 4 | <a href="https://twitter.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Twitter</a> | 4 | <a href="https://twitter.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Twitter</a> |
| 5 | <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Github</a> | 5 | <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Github</a> |
| 6 | </nav> | 6 | </nav> |
