Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kdybicz committed Nov 30, 2023
1 parent c80b959 commit 012b97f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 12 deletions.
11 changes: 5 additions & 6 deletions _includes/header.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<nav class="navbar">
<div class="container">
<a href="#">
{{ site.title }}
</a>
<header class="banner">
<div class="title-wrapper">
<h1 class="site-title slide-in-down">{{ site.title }}</h1>
<h2 class="site-description slide-in-left">{{ site.description }}</h2>
</div>
</nav>
</header>
7 changes: 1 addition & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@
---


<header class="banner">
<div class="title-wrapper">
<h1 class="site-title slide-in-down">{{ site.title }}</h1>
<h2 class="site-description slide-in-left">{{ site.description }}</h2>
</div>
</header>
{% include header.html %}

<div class="wrapper">

Expand Down

0 comments on commit 012b97f

Please sign in to comment.