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: 234a5abc13fefc1e349e29a725e138b234981be4 (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
25
<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/
        {{ with.File }}{{ .Path }}{{ end }}"
        >Edit this page</a> or <a href="{{.Site.Params.repo}}/issues">
        file an issue</a> on
      {{.Site.Params.repo_host}}.
    </p>
  </div>
  <!--/.wrap -->
</footer>