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

footer.html « partials « layouts - github.com/darshanbaral/kitab.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9a13025b91a7af573e7e8070441f4124ff8cb2e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<footer>
  <small>
    {{ .Site.Params.footer | markdownify }}
  </small>
  <br />
  <small>
    <a class="kitab-theme-by-darshan" href="https://github.com/darshanbaral/kitab">
      kitab</a>/<a href="https://www.darshanbaral.com/">db
    </a>
  </small>
</footer>