Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
Resolving merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
gildedgardenia committed Sep 13, 2022
2 parents 2e200b1 + fb06626 commit 7cdd8d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/_templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h1>{{ project }}</h1>
<div class="container">
<div class="row">
{%- block sidebar1 %}{{ bsidebar() }}{% endblock %}
<div class="{{ bs_span_prefix }}{{ bs_content_width }} col-md-offset-1 content ">
<div class="{{ bs_span_prefix }}{{ bs_content_width }} col-md-offset-1 content " role="main">

{% block body %}{% endblock %}

Expand Down Expand Up @@ -155,4 +155,4 @@ <h1>{{ project }}</h1>
</p>
</div>
</footer>
{%- endblock %}
{%- endblock %}

0 comments on commit 7cdd8d1

Please sign in to comment.