Skip to content

Commit

Permalink
update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
maximoospital committed Jun 16, 2024
1 parent 72e9563 commit 39452bd
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
13 changes: 13 additions & 0 deletions _includes/head.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<nav class="tui-nav">
<ul>
<li class="tui-dropdown">
<span class="red-168-text">F</span>ile
<div class="tui-dropdown-content">
<ul>
<li><a href="#!"><span class="red-168-text">N</span>ew</a></li>
</ul>
</div>
</li>
</ul>
</nav>

<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
Expand Down
13 changes: 0 additions & 13 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
<!DOCTYPE html>
<html lang="{{ page.lang | default: site.lang | default: "en" }}">
{% include head.html %}
<nav class="tui-nav">
<ul>
<li class="tui-dropdown">
<span class="red-168-text">F</span>ile
<div class="tui-dropdown-content">
<ul>
<li><a href="#!"><span class="red-168-text">N</span>ew</a></li>
</ul>
</div>
</li>
</ul>
</nav>

<body>
<div class="container">
{{ content }}
Expand Down

0 comments on commit 39452bd

Please sign in to comment.