diff options
Diffstat (limited to 'template/_navigation.html')
| -rwxr-xr-x | template/_navigation.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/template/_navigation.html b/template/_navigation.html index 3b21283..2d60821 100755 --- a/template/_navigation.html +++ b/template/_navigation.html | |||
| @@ -7,9 +7,10 @@ | |||
| 7 | <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="main-navigation"> | 7 | <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="main-navigation"> |
| 8 | <meta itemprop="name" content="Main Menu"> | 8 | <meta itemprop="name" content="Main Menu"> |
| 9 | 9 | ||
| 10 | <a href="/my-music.html">My Music</a> | ||
| 10 | <a href="/curriculum-vitae.html">CV</a> | 11 | <a href="/curriculum-vitae.html">CV</a> |
| 11 | <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow" itemprop="url">Github</a> | 12 | <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow" itemprop="url">Github</a> |
| 12 | <a href="/feed.rss" itemprop="url">RSS feed</a> | 13 | <a href="/feed.rss" itemprop="url">RSS feed</a> |
| 13 | </nav> | 14 | </nav> |
| 14 | </header> | 15 | </header> |
| 15 | </div> \ No newline at end of file | 16 | </div> |
