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

footer.html « partials « layouts - github.com/zerostaticthemes/hugo-serif-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d16a010c015f7b598ef625e2c1f93c8003a53bdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="footer">
  <div class="container">
    <div class="row">
      <div class="col-12">
        <div class="footer-inner">
          <h3 class="footer-title">{{.Site.Title}}</h3>
          {{ partial "footer-menu" . }}
          
        </div>
      </div>
    </div>
  </div>
</div>