Browse Source

Update about.html

tags/v1.0.0
Ryan Kes 5 years ago
parent
commit
79bff3e492
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      layouts/partials/about.html

+ 2
- 2
layouts/partials/about.html View File

@@ -35,7 +35,7 @@

{{ if .Site.Data.about2.enable }}
{{"<!-- about 2 -->" | safeHTML}}
<section class="section section-bg about-2 padding-0">
<section class="section section-bg about-2 padding-0" id="about">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 padding-0 ">
@@ -67,4 +67,4 @@
</div>
</section>
{{"<!-- /about 2 -->" | safeHTML}}
{{ end }}
{{ end }}

Loading…
Cancel
Save