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: 182ae12939eff77895b8436eb9c752472e5c60b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<footer class="d-flex flex-row flex-wrap justify-content-between">
  <div class="d-flex flex-column">
    <span class="mb-1">
      {{ .Site.Params.footer1 | markdownify }}
      &middot;
      {{ .Site.Params.footer2 | markdownify }}
    </span>
  </div>
  <p class="about text-left mb-0">
    <a href="https://github.com/darshanbaral/kitab">
      kitab
    </a>
    theme by
    <a href="https://www.darshanbaral.com/"> Darshan Baral</a>.
  </p>
</footer>