|
diff --git a/templates/base.html b/templates/base.html
|
| ... |
| 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> |
| ... |