diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-23 17:02:31 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2019-10-23 17:02:31 +0200 |
| commit | 43f8b6b309b0e28712086c7d6547f507aeb0a750 (patch) | |
| tree | 83bdb3b87d079078858641631d0e2398fd8fc889 /site.tmpl | |
| parent | cc8054b06f0b3522337f69af8fef44308ea92c6d (diff) | |
| download | mitjafelicijan.com-43f8b6b309b0e28712086c7d6547f507aeb0a750.tar.gz | |
Renamed Curriculum Vitae to CV
Diffstat (limited to 'site.tmpl')
| -rw-r--r-- | site.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -40,7 +40,7 @@ | |||
| 40 | {{ define "navigation" }} | 40 | {{ define "navigation" }} |
| 41 | <nav> | 41 | <nav> |
| 42 | <a href="/">{{ html .Site.Other.Author }}</a> | 42 | <a href="/">{{ html .Site.Other.Author }}</a> |
| 43 | <a href="/curriculum-vitae.html">Curriculum Vitae</a> | 43 | <a href="/curriculum-vitae.html">CV</a> |
| 44 | <a href="https://twitter.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Twitter</a> | 44 | <a href="https://twitter.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Twitter</a> |
| 45 | <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Github</a> | 45 | <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow">Github</a> |
| 46 | </nav> | 46 | </nav> |
