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

footer.html « partials « layouts - github.com/onweru/compose.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 82b537b4cbbda1a76af0acd2d86b562b32239319 (plain)
1
2
3
4
5
<footer class="mt-2 pt-2 pb-2">
  <div class="wrap">
    <p>&copy; {{ now.Year}} {{ .Site.Params.author }}</p>
  </div>
</footer>