aboutsummaryrefslogtreecommitdiffstats
path: root/_includes/header.html
diff options
context:
space:
mode:
authorVeikka Kähkönen <insiding@gmail.com>2017-08-29 21:02:45 +0300
committerVeikka Kähkönen <insiding@gmail.com>2017-08-29 21:02:45 +0300
commit4af34849c806d1422c1dd351e0794888d0701a52 (patch)
tree285846d6cd1f36ee028c323a79bb0bfe04e76add /_includes/header.html
parent800bb71a4b9c9b03ec1a47a9067c997c43de171d (diff)
Remove some extraneous newlines
Diffstat (limited to '_includes/header.html')
-rw-r--r--_includes/header.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/_includes/header.html b/_includes/header.html
index 7a8b616..e826f2e 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -1,7 +1,5 @@
<header class="site-header">
-
-
<div class="header__title">
<h1>
<a class="site-title" href="{{ site.baseurl }}/"><img src="/static/aswhite.png"/ height="40px" style="margin:20px ">{{ site.title }}</a>
@@ -41,6 +39,4 @@
</nav>
{% endif %}
-
-
</header>