Skip to content

Commit

Permalink
Delete head from navs (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
ail3ngrimaldi authored Sep 2, 2024
1 parent a544c05 commit d9d0a2b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions _includes/nav.liquid
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
<head>
<link rel="stylesheet" href="/css/common.css">
<link rel="stylesheet" href="/css/layout.css">
<link rel="stylesheet" href="/css/variables.css">
</head>
<nav id="nav" class="top-nav" aria-label="Principal">
<div class="max row bold">
<a class="menu-item" href="/" id="virto-logo" role="menuitem" aria-label="Inicio">
Expand Down
5 changes: 0 additions & 5 deletions _includes/navlanding.liquid
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
<head>
<link rel="stylesheet" href="/css/common.css">
<link rel="stylesheet" href="/css/layout.css">
<link rel="stylesheet" href="/css/variables.css">
</head>
<nav id="nav" class="top-nav" aria-label="Principal">
<div class="max row bold">
<a {% if page.data.route == "landing-a"%}current{%endif%}" href="/" id="virto-logo" role="menuitem" aria-label="Inicio">
Expand Down

0 comments on commit d9d0a2b

Please sign in to comment.