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

footer.html « partials « layouts - github.com/darshanbaral/aafu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e905eb6a8de7f0382ce39759957cc5800be67ade (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<footer class="{{ if .IsHome }} mt-2 mb-2 {{ else }} mt-2 mb-4 text-center {{ end }}">
  <span class="markdownify">{{ .Site.Params.copyright | markdownify }}</span>
  <span {{ if not .Site.Params.theme.showAttribute }}style="font-size:0px;"{{ end }}>
    &middot;
    <i>
      <a href="https://github.com/darshanbaral/aafu">
        aafu
      </a>
    </i>
    by
    <a href="https://www.darshanbaral.com/">
      darshan
    </a>
  </span>
</footer>