diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 14:05:48 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 14:05:48 +0200 |
| commit | 9f5454bda6299db43a4e9de5b3716471388b81d9 (patch) | |
| tree | 1ceedf64a4517a372d70efc2b6f4bbd9478ce792 /template/_navigation.html | |
| parent | e728c3a2cbd06d95cd1226d3b23473816bd0d67e (diff) | |
| download | mitjafelicijan.com-9f5454bda6299db43a4e9de5b3716471388b81d9.tar.gz | |
Move blog to Hugo
Diffstat (limited to 'template/_navigation.html')
| -rwxr-xr-x | template/_navigation.html | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/template/_navigation.html b/template/_navigation.html deleted file mode 100755 index 8fef331..0000000 --- a/template/_navigation.html +++ /dev/null | |||
| @@ -1,18 +0,0 @@ | |||
| 1 | <div class="navigation"> | ||
| 2 | <header class="wrapper"> | ||
| 3 | <h3 class="home"> | ||
| 4 | <a href="/" itemprop="url">Mitja Felicijan</a> | ||
| 5 | </h3> | ||
| 6 | |||
| 7 | <nav itemscope itemtype="http://schema.org/SiteNavigationElement" class="main-navigation"> | ||
| 8 | <meta itemprop="name" content="Main Menu"> | ||
| 9 | |||
| 10 | <a href="https://git.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url">Git</a> | ||
| 11 | <a href="https://files.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url">Files</a> | ||
| 12 | <a href="/curriculum-vitae.html">CV</a> | ||
| 13 | <a href="/books.html">Books</a> | ||
| 14 | |||
| 15 | <a href="/feed.rss" itemprop="url">RSS</a> | ||
| 16 | </nav> | ||
| 17 | </header> | ||
| 18 | </div> \ No newline at end of file | ||
