summaryrefslogtreecommitdiff
path: root/home/templates/home/home_page.html
diff options
context:
space:
mode:
Diffstat (limited to 'home/templates/home/home_page.html')
-rw-r--r--home/templates/home/home_page.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/home/templates/home/home_page.html b/home/templates/home/home_page.html
index d7cc373..9374dfb 100644
--- a/home/templates/home/home_page.html
+++ b/home/templates/home/home_page.html
@@ -6,28 +6,21 @@
{% block content %}
<div class="container">
-
<div class="row">
-
<!-- Post Content Column -->
<div class="col-lg-8">
-
<!-- Title -->
<h1 class="mt-4">{{ page.title }}</h1>
<hr>
{% include_block page.body %}
-
</div>
<!-- Sidebar Widgets Column -->
<div class="col-md-4">
{% include "search.html" %}
</div>
-
</div>
</div>
-
{% endblock %}
-