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

footer.html « partials « layouts - github.com/thomasheller/crab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b52e90ca6fcd02d991e0c71fa24375a3e3b15d13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
        </div>

      </div>

      <div id="footer">
        Copyright {{ now.Year }} {{ $.Site.Params.copyright }}
      </div>

    </div>

  </body>
</html>