diff options
Diffstat (limited to 'template/_navigation.html')
| -rwxr-xr-x | template/_navigation.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/template/_navigation.html b/template/_navigation.html index f6567c9..85290a3 100755 --- a/template/_navigation.html +++ b/template/_navigation.html | |||
| @@ -7,11 +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="/yapyap.xml" itemprop="url">YY</a> | ||
| 11 | |||
| 12 | <a href="https://git.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url">Git</a> | 10 | <a href="https://git.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url">Git</a> |
| 13 | <a href="https://files.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url">Files</a> | 11 | <a href="https://files.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url">Files</a> |
| 14 | <a href="/curriculum-vitae.html">CV</a> | 12 | <a href="/curriculum-vitae.html">CV</a> |
| 13 | <a href="/books.html">Books</a> | ||
| 15 | 14 | ||
| 16 | <a href="/feed.rss" itemprop="url">RSS</a> | 15 | <a href="/feed.rss" itemprop="url">RSS</a> |
| 17 | </nav> | 16 | </nav> |
