diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-12-29 21:50:28 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-12-29 21:50:28 +0100 |
| commit | 86ab385cf64d169ad6cb16361880de82006596ca (patch) | |
| tree | b7aab01a5d78db45edafa79337b2e6207931c71d /templates/base.html | |
| parent | 3efb733167b789ad14fb245921d3549fcbb81507 (diff) | |
| download | mitjafelicijan.com-86ab385cf64d169ad6cb16361880de82006596ca.tar.gz | |
Added personal git link
Diffstat (limited to 'templates/base.html')
| -rw-r--r-- | templates/base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html index 529af15..305cddc 100644 --- a/templates/base.html +++ b/templates/base.html | |||
| @@ -97,9 +97,9 @@ | |||
| 97 | <a href="/projects.html">Projects</a> | 97 | <a href="/projects.html">Projects</a> |
| 98 | <a href="https://github.com/mitjafelicijan/probe" target="_blank">Probe</a> | 98 | <a href="https://github.com/mitjafelicijan/probe" target="_blank">Probe</a> |
| 99 | <a href="https://git.mitjafelicijan.com" target="_blank">Code</a> | 99 | <a href="https://git.mitjafelicijan.com" target="_blank">Code</a> |
| 100 | <a href="https://github.com/mitjafelicijan" target="_blank">GH</a> | ||
| 101 | <a href="https://github.com/mitjafelicijan/dotfiles" target="_blank" class="hide-on-mobile">Dotfiles</a> | 100 | <a href="https://github.com/mitjafelicijan/dotfiles" target="_blank" class="hide-on-mobile">Dotfiles</a> |
| 102 | <a href="/curriculum-vitae.html">CV</a> | 101 | <a href="/curriculum-vitae.html">CV</a> |
| 102 | <a href="https://github.com/mitjafelicijan" target="_blank">GH</a> | ||
| 103 | <a href="/feed.xml" class="hide-on-mobile">RSS</a> | 103 | <a href="/feed.xml" class="hide-on-mobile">RSS</a> |
| 104 | </nav> | 104 | </nav> |
| 105 | </header> | 105 | </header> |
