diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-01-31 05:02:40 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-01-31 05:02:40 +0100 |
| commit | 49bf1daf93edd43d065332b09b286ec1fb621e3e (patch) | |
| tree | c3884f13de4f0ad2ad7b5d395375465418372b34 | |
| parent | fdb7af0afa20bba7a7eaaa7c96ee9df39654f6c4 (diff) | |
| download | mitjafelicijan.com-49bf1daf93edd43d065332b09b286ec1fb621e3e.tar.gz | |
Added books link to navigation
| -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> |
