diff options
Diffstat (limited to '_layouts')
| -rw-r--r-- | _layouts/post.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 8a8eb68..1adc02b 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -11,6 +11,7 @@ layout: default {{ content }} <div class="post-notice"> + <p>{% t blog.modified_at %}: {% render_modified_at %}. {% t blog.you_can_check %} {% render_log_link %}.</p> <p> {% t blog.notice %} <a href="https://creativecommons.org/licenses/by-nd/4.0/">Creative Commons BY-ND 4.0</a>. |
