diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-03-25 06:06:44 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-03-25 06:06:44 +0100 |
| commit | d3534969bd96f6931c50fb5e6c39569257ff4883 (patch) | |
| tree | d5d9ded65be06047999a62642e17950ef82f4a72 /templates | |
| parent | c2cc12278b4bea016c6f73537d99a9b48158898c (diff) | |
| download | mitjafelicijan.com-d3534969bd96f6931c50fb5e6c39569257ff4883.tar.gz | |
Cleaned up some content
Diffstat (limited to 'templates')
| -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 bb76d2b..cff6152 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">CV</a> | 3 | <a href="/curriculum-vitae.html">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> |
