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

github.com/edavidaja/docter.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorE. David Aja <ajae@gao.gov>2019-06-12 01:22:09 +0300
committerE. David Aja <ajae@gao.gov>2019-06-12 01:22:09 +0300
commitb2870ac4e631d5c35ce58394587c00fcbd335adf (patch)
tree2b701e9cbde781a7e1c8e2f295ea6c68cf287660
parent9a775e127136dea5b1801965d89b74527da96bda (diff)
Update footer.html
embedded returns are bad for your health
-rw-r--r--layouts/partials/footer.html10
1 files changed, 3 insertions, 7 deletions
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 234a5ab..48c0904 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -8,15 +8,11 @@
<p>
Hosted on
- <a href="{{ .Site.Params.hosted_on_url }}">{{.Site.Params.hosted_on}}</a
- >.
+ <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">
+ <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>