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

footer.html « partials « layouts - github.com/7ma7X/HugoTeX.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8c65b3b2ab4e6b706d4d6b9873368f724a2075b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<footer>
  <div class="container">
    <p class="credits copyright">
      <p class="credits theme-by">
        Powered By <a href="https://gohugo.io">Hugo</a>&nbsp;/&nbsp;Theme&nbsp;<a href="https://github.com/kaisugi/HugoTeX">HugoTeX</a>
        <br>
        <a href="{{ .Site.BaseURL }}about">{{ .Site.Author.name }}</a>
        &copy;
        {{ .Site.LastChange.Format "2006" }}
      </p>
  </div>
</footer>