소스 검색

make copyright date the posted date

really should include created as well, but that would make things more
complicated, or maybe have a header that overrides the copyright year..
main
John-Mark Gurney 1 년 전
부모
커밋
74068db254
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      layout/blog.j2

+ 1
- 1
layout/blog.j2 파일 보기

@@ -55,4 +55,4 @@

{%- endblock %}

{% block copyright -%}Copyright © {{ resource.meta.created|date_format("%Y") }} John-Mark Gurney{%- endblock %}
{% block copyright -%}Copyright © {{ resource.meta.posted|date_format("%Y") }} John-Mark Gurney{%- endblock %}

불러오는 중...
취소
저장