Welcome to mirror list, hosted at ThFree Co, Russian Federation.

footer.html « partials « layouts - github.com/mikeblum/hugo-now.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6ad04cc09d1b0233c591db57c36eb5faec062fc8 (plain)
1
2
3
4
5
6
7
8
9
10
11
    <div class="wrapper-footer">
      <div class="container">
        <footer class="footer">
            <img src="/images/powered-by-hugo.svg" alt="powered by hugo"></img>
        </footer>
      </div>
    </div>
    {{ partial "javascript.html" . }}
    {{ partial "analytics.html" . }}
  </body>
</html>