Skip to content

Commit 29f9bb1

Browse files
committed
Remove bottom closer
1 parent de4a598 commit 29f9bb1

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

_layouts/post.html

-10
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,6 @@ <h5 class="index-headline featured"><span>Supported by</span></h5>
105105
{% endif %}
106106
</article>
107107
</main>
108-
<div class="bottom-closer">
109-
<div class="background-closer-image" {%if site.cover %} style="background-image: url({{ site.cover | prepend: site.baseurl }})"{% endif %}>
110-
Image
111-
</div>
112-
<div class="inner">
113-
<h1 class="blog-title">{{ site.title }}</h1>
114-
<h2 class="blog-description">{{ site.description }}</h2>
115-
<a href={{ "/" | prepend: site.baseurl }} class="btn">Back to Overview</a>
116-
</div>
117-
</div>
118108
{% include javascripts.html %}
119109
</body>
120110
</html>

0 commit comments

Comments
 (0)