Browse Source

Merge branch 'master' of https://github.com/themefisher/meghna-hugo

tags/v1.0.0
somrat 5 years ago
parent
commit
8487c0cdc5
2 changed files with 2 additions and 5 deletions
  1. 2
    2
      layouts/partials/about.html
  2. 0
    3
      layouts/partials/footer.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 }}

+ 0
- 3
layouts/partials/footer.html View File

@@ -64,6 +64,3 @@
ga('create', '{{ .Site.Params.googleAnalitycsID }}', 'auto');
ga('send', 'pageview');
</script>

</body>
</html>

Loading…
Cancel
Save