diff options
Diffstat (limited to 'themes/bare/layouts/partials/navigation.html')
| -rwxr-xr-x | themes/bare/layouts/partials/navigation.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/themes/bare/layouts/partials/navigation.html b/themes/bare/layouts/partials/navigation.html deleted file mode 100755 index 5797b78..0000000 --- a/themes/bare/layouts/partials/navigation.html +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | <div style="margin-bottom:20px;"> | ||
| 2 | <header style="display:flex;gap:10px;"> | ||
| 3 | <div> | ||
| 4 | <a href="/" itemprop="url" style="color:firebrick">Mitja Felicijan</a> | ||
| 5 | </div> | ||
| 6 | |||
| 7 | <nav itemscope itemtype="http://schema.org/SiteNavigationElement" role="toolbar" style="display:flex;gap:10px;"> | ||
| 8 | <meta itemprop="name" content="Main Menu"> | ||
| 9 | |||
| 10 | <a href="https://git.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" style="color:darkgoldenrod">Git</a> | ||
| 11 | <a href="https://files.mitjafelicijan.com" target="_blank" rel="noopener nofollow" itemprop="url" style="color:dodgerblue">Files</a> | ||
| 12 | <a href="/curriculum-vitae.html" style="color:tomato">CV</a> | ||
| 13 | <a href="/index.xml" itemprop="url" style="color:teal">RSS</a> | ||
| 14 | </nav> | ||
| 15 | </header> | ||
| 16 | </div> | ||
