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

footer.html « base « partials « layouts - github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fecf6d9f1d910425eae6599da1f7c2d188689d68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<footer class="footer">
    <div class="container hidden-print">
    <div class="row">
        {{ partial "footer-extra" . }}

        <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12">
           {{ partial "bloc/footer/nav" . }}
        </div>
        <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 text-center">
          <small>
              {{ partial "bloc/footer/credits" . }}
          </small>
        </div>
     </div>
    </div>
</footer>