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

footer.html « partials « layouts - github.com/edavidaja/docter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 884c557c15ab9ca22dfa170997b08b80048a3719 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<footer role="contentinfo">
  <div class="wrap">
    <p>
      This project is maintained by
      <a href="{{ .Site.Params.author_url}}">{{ .Site.Params.author }}</a
      >.
    </p>

    <p>
      Hosted on
      <a href="{{ .Site.Params.hosted_on_url }}">{{.Site.Params.hosted_on}}</a
      >.
    </p>

    <p>
      <a href="{{ .Site.Params.repo }}/edit/master/content/{{.File.Path}}"
        >Edit this page</a
      >
      or <a href="{{.Site.Params.repo}}/issues">file an issue</a> on
      {{.Site.Params.repo_host}}.
    </p>
  </div>
  <!--/.wrap -->
</footer>