1
0
Fork 0
older-tomato-theme/jekyll_theme/_includes/page_footer.html
2023-12-17 07:54:22 +03:00

14 lines
512 B
HTML
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- begin page_footer template -->
<hr>
<p>
{%- if page.lang == site.lang -%}
{{ page.author | default: site.author | prepend: '© ' }}
{{- site.name | prepend: ',' }}
{%- else -%}
{{ page.author | default: site.author_translated | prepend: '© ' }}
{{- site.name_translated | prepend: ',' }}
{{- page.translation_caption | default: site.translation_caption | prepend: ',' }}
{%- endif %}
{{- page.date | default: site.time | date: '%Y' | prepend: ',' -}}
</p>
<!-- end page_footer template -->