diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-07-31 23:59:24 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-07-31 23:59:24 +0200 |
| commit | 74cbb7b516253db29af37c4915368a9ced666fc1 (patch) | |
| tree | b174f273c6414f9f4942c3bd05f1508dbf8fd472 /template/_navigation.html | |
| parent | 05a26846efdc6f4a6708786afec0ad100ec95576 (diff) | |
| download | mitjafelicijan.com-74cbb7b516253db29af37c4915368a9ced666fc1.tar.gz | |
Footer and New fotn
Diffstat (limited to 'template/_navigation.html')
| -rwxr-xr-x | template/_navigation.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/_navigation.html b/template/_navigation.html index b80caf6..2943afe 100755 --- a/template/_navigation.html +++ b/template/_navigation.html | |||
| @@ -7,8 +7,8 @@ | |||
| 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="/curriculum-vitae.html">CV</a> | ||
| 11 | <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow" itemprop="url">Github</a> | 10 | <a href="https://github.com/mitjafelicijan" target="_blank" rel="noopener nofollow" itemprop="url">Github</a> |
| 11 | <a href="/curriculum-vitae.html">CV</a> | ||
| 12 | <a href="/feed.rss" itemprop="url">RSS Feed</a> | 12 | <a href="/feed.rss" itemprop="url">RSS Feed</a> |
| 13 | </nav> | 13 | </nav> |
| 14 | </header> | 14 | </header> |
