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: e6f943e30bcca96b1ee968b62203d8e7438c89a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
        </div>

      </div>

      <div id="footer">
        Copyright {{ now.Year }} {{ .Site.Title }}
      </div>

    </div>

  </body>
</html>