aboutsummaryrefslogtreecommitdiff
path: root/themes/even/layouts/partials/post/copyright.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/even/layouts/partials/post/copyright.html')
-rw-r--r--themes/even/layouts/partials/post/copyright.html32
1 files changed, 0 insertions, 32 deletions
diff --git a/themes/even/layouts/partials/post/copyright.html b/themes/even/layouts/partials/post/copyright.html
deleted file mode 100644
index cd42d68..0000000
--- a/themes/even/layouts/partials/post/copyright.html
+++ /dev/null
@@ -1,32 +0,0 @@
-{{ if or .Params.postMetaInFooter (and .Site.Params.postMetaInFooter (ne .Params.postMetaInFooter false)) -}}
-<div class="post-copyright">
- <p class="copyright-item">
- <span class="item-title">{{ T "author" }}</span>
- <span class="item-content">{{ if .Params.author }}{{ .Params.author | safeHTML }}{{ else }}{{ .Site.Author.name | safeHTML }}{{ end }}</span>
- </p>
- <p class="copyright-item">
- <span class="item-title">{{ T "lastMod" }}</span>
- <span class="item-content">{{ .Lastmod.Format (.Site.Params.dateFormatToUse | default "2006-01-02") }}</span>
- </p>
- {{ if $.Site.Params.linkToMarkDown -}}
- {{ with $.OutputFormats.Get "markdown" -}}
- <p class="copyright-item">
- <span class="item-title">{{ T "markdown" }}</span>
- <span class="item-content"><a class="link-to-markdown" href="{{ .Permalink }}" target="_blank">{{ T "seeMarkDown" }}</a></span>
- </p>
- {{- end }}
- {{- end }}
- {{ if or .Params.contentCopyright (and .Site.Params.contentCopyright (ne .Params.contentCopyright false)) -}}
- <p class="copyright-item">
- <span class="item-title">{{ T "license" }}</span>
- <span class="item-content">
- {{- if .Params.contentCopyright -}}
- {{ .Params.contentCopyright | safeHTML }}
- {{- else -}}
- {{ .Site.Params.contentCopyright | safeHTML }}
- {{- end -}}
- </span>
- </p>
- {{- end }}
-</div>
-{{- end }} \ No newline at end of file