_includes/contact.html in jekyll-agency-1.0.9 vs _includes/contact.html in jekyll-agency-1.1.0
- old
+ new
@@ -1,6 +1,6 @@
<!-- Contact -->
- <section class="page-section" id="{{ site.data.sitetext.contact.section | default: contact }}">
+ <section class="page-section" id="{{ site.data.sitetext.contact.section | default: "contact" }}">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2 class="section-heading text-uppercase">{{ site.data.sitetext.contact.title | markdownify | default: Contact Us }}</h2>
<h3 class="section-subheading text-muted">{{ site.data.sitetext.contact.text | default: "" }}</h3>
\ No newline at end of file