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

footer.html « partials « layouts - github.com/matsuyoshi30/harbor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a8387622ac575499f38ee7d49e34484e4e29d7c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<footer>
  <div class="container">
    <p class="credits copyright">
      <a href="{{ .Site.BaseURL }}page/about">{{ .Site.Author.name }}</a>
      &nbsp;&copy;
      {{ .Site.LastChange.Format "2006" }}

      {{ if .Site.Title }}
        &nbsp;/&nbsp;
        <a href="{{ "" | absLangURL }}">{{ .Site.Title }}</a>
      {{ end }}

      <p class="credits theme-by">
        Powered By <a href="https://gohugo.io">Hugo</a>&nbsp;Theme <a href="https://github.com/matsuyoshi30/harbor">Harbor</a>
      </p>
    </p>
  </div>
</footer>