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

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/body-footer.html')
-rw-r--r--layouts/partials/body-footer.html34
1 files changed, 0 insertions, 34 deletions
diff --git a/layouts/partials/body-footer.html b/layouts/partials/body-footer.html
index 214fbb3..157e877 100644
--- a/layouts/partials/body-footer.html
+++ b/layouts/partials/body-footer.html
@@ -1,38 +1,4 @@
-
- <div class="footline" style="display:none">
- {{if .Params.tags }}
- <div class="tags">
- {{ range $index, $tag := .Params.tags }}
- <a class="label label-default" href="{{$.Site.BaseURL}}tags/{{ $tag | urlize }}">
- {{ $tag }}
- </a>
- {{ end }}
- </div>
- {{end}}
-
- {{with .Params.LastModifierDisplayName}}
- <div class="author">
- <i class='fa fa-user'></i>
- <a href="mailto:{{ $.Params.LastModifierEmail }}">{{ . }}</a>
- </div>
- {{end}}
-
- {{ if not .Page.Lastmod.IsZero }}
- <div class="date">
- <i class='fa fa-calendar'></i>
- {{T "last-update-on"}} {{ .Page.Lastmod.Format "02/01/2006" }}
- </div>
- {{end}}
-
- {{ if .Site.Params.editURL }}
- <div class="github-link">
- <a href="{{ .Site.Params.editURL }}{{with .File}}{{ replace .Dir "\\" "/" }}{{ .LogicalName }}{{end}}" target="blank"><i class="fa fa-code-fork"></i>
- {{T "Edit-this-page"}}</a>
- </div>
- {{end}}
- </div>
{{- partial "_mdinclude.html" (dict "name" "_layout/footer/_index" "context" . "tip" (T "create-footer-md") ) -}}
-