fixes
This commit is contained in:
@ -1,28 +1,5 @@
|
||||
<!-- footer -->
|
||||
<footer>
|
||||
<!-- newsletter -->
|
||||
{{ if .Site.Params.subscription.enable }}
|
||||
{{ with .Site.Params.subscription }}
|
||||
<div class="newsletter">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<div class="col-md-9 ml-auto bg-primary py-5 newsletter-block">
|
||||
<h3 class="text-white">{{ i18n "subscribe_newsletter" }}</h3>
|
||||
<form action="{{ .mailchimp_form_action }}" method="post" name="mc-embedded-subscribe-form" target="_blank">
|
||||
<div class="input-wrapper">
|
||||
<input type="email" class="form-control border-0" id="newsletter" name="newsletter" placeholder="{{ i18n "enter_email" }}">
|
||||
<button type="submit" name="subscribe" class="btn btn-primary">{{ i18n "join" }}</button>
|
||||
<div style="position: absolute; left: -5000px;" aria-hidden="true">
|
||||
<input type="text" name="{{ .mailchimp_form_name }}" tabindex="-1">
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
<!-- footer content -->
|
||||
<div class="footer bg-footer section border-bottom">
|
||||
<div class="container">
|
||||
@ -41,18 +18,6 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- company -->
|
||||
<!-- <div class="col-lg-2 col-sm-4 col-6 mb-5 mb-md-0">
|
||||
<h4 class="text-white mb-5 text-uppercase">{{ i18n "company" }}</h4>
|
||||
<ul class="list-unstyled">
|
||||
{{ range .Site.Menus.main }}
|
||||
{{ if not .HasChildren }}
|
||||
<li class="mb-3"><a class="text-color" href="{{ .URL | absLangURL }}">{{ .Name }}</a></li>
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
</ul>
|
||||
</div> -->
|
||||
<!-- links -->
|
||||
<div class="col-lg-2 col-sm-4 col-6 mb-5 mb-md-0">
|
||||
<h4 class="text-white mb-5 text-uppercase">{{ i18n "links" }}</h4>
|
||||
<ul class="list-unstyled">
|
||||
@ -110,22 +75,3 @@
|
||||
{{ "<!-- Main Script -->" | safeHTML }}
|
||||
{{ $script := resources.Get "js/script.js" | minify}}
|
||||
<script src="{{ $script.Permalink }}"></script>
|
||||
|
||||
{{ "<!-- google analitycs -->" | safeHTML }}
|
||||
{{ with .Site.Params.google_analitycs_id}}
|
||||
<script>
|
||||
(function (i, s, o, g, r, a, m) {
|
||||
i['GoogleAnalyticsObject'] = r;
|
||||
i[r] = i[r] || function () {
|
||||
(i[r].q = i[r].q || []).push(arguments)
|
||||
}, i[r].l = 1 * new Date();
|
||||
a = s.createElement(o),
|
||||
m = s.getElementsByTagName(o)[0];
|
||||
a.async = 1;
|
||||
a.src = g;
|
||||
m.parentNode.insertBefore(a, m)
|
||||
})(window, document, 'script', '//www.google-analytics.com/analytics.js', 'ga');
|
||||
ga('create', '{{ . }}', 'auto');
|
||||
ga('send', 'pageview');
|
||||
</script>
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user