Skip to content

Commit

Permalink
Update list.html
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisRybal authored Nov 22, 2020
1 parent 08b118e commit 3f3621a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/contact/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@

AAAAAAAAAAA

{{ if $data.contact.contact.enable }}
{{ with $data.contact.contact }}
<section class="contact section">
{{ if $data.contact.about.enable }}
{{ with $data.contact.about }}
<section class="contact-about section">
<div class="container">
<div class="row">
<div class="col-md-6">
Expand Down

0 comments on commit 3f3621a

Please sign in to comment.