Skip to content

Commit

Permalink
modified team section
Browse files Browse the repository at this point in the history
  • Loading branch information
tfsomrat committed Jan 30, 2020
2 parents b49e7d7 + 86d9225 commit d047684
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/partials/team.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
{{"<!-- Start Our Team -->" | safeHTML}}
<section id="team" class="section">
<div class="container">
<div class="row">
<div class="col-lg-12 justify-content-center">
<div class="row justify-content-center">
<div class="col-lg-12">
{{"<!-- section title -->" | safeHTML}}
<div class="title text-center wow fadeInUp" data-wow-duration="500ms">
<h2>{{ with .title }} {{ index (split . " ") 0 }} {{ end }}<span class="color">
Expand Down Expand Up @@ -49,4 +49,4 @@ <h4>{{ .name }}</h4>
</section>
{{"<!-- /team -->" | safeHTML}}
{{ end }}
{{ end }}
{{ end }}

0 comments on commit d047684

Please sign in to comment.