Skip to content

Commit

Permalink
edit contact
Browse files Browse the repository at this point in the history
  • Loading branch information
noecochetel committed Dec 26, 2023
1 parent 3bd82c9 commit bd467ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _includes/contact.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<h2 class="section-heading text-uppercase">{{ site.data.sitetext[site.locale].contact.title | default: "Contact" }}</h2>
<h3 class="section-subheading text-muted">{{ site.data.sitetext[site.locale].contact.text | default: "" }}</h3>
<div class="row">
<div class="col-lg-12 mx-auto text-left"></div>
<div class="col-lg-12 text-left"></div>
<p class="text-left">{{ site.data.sitetext[site.locale].contact.body | markdownify }}</p>
</div>
</div>
Expand All @@ -27,7 +27,7 @@ <h3 class="section-subheading text-muted">{{ site.data.sitetext[site.locale].con
<h2 class="section-heading text-uppercase">{{ site.data.sitetext.contact.title | default: "Contact" }}</h2>
<h3 class="section-subheading text-muted">{{ site.data.sitetext.contact.text | default: "" }}</h3>
<div class="row">
<div class="col-lg-12 mx-auto text-left"></div>
<div class="col-lg-12 text-left"></div>
<p class="text-left">{{ site.data.sitetext[site.locale].contact.body | markdownify }}</p>
</div>
</div>
Expand Down

0 comments on commit bd467ab

Please sign in to comment.