You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would very useful if existed a translation date format, like the date format, for post which would contain a translation_date attribute in the taml front matter:
---
layout: post
lang: it
title: foo bar
date: 2016-01-20 18:22:50 +0100
translation_id: 6786ddcf2a3a23f4c92021f56b139529
translator_name: Name Surname
translator_url: http://www.namesurname.com
translation_date: 2016-02-25 19:10:50 +0100
---
We could use it as:
{% if post.translation_date %}Translated: {{ post.translation_date_time_html }}{% endif %}
The text was updated successfully, but these errors were encountered:
It would very useful if existed a
translation date format
, like the date format, for post which would contain a translation_date attribute in the taml front matter:We could use it as:
The text was updated successfully, but these errors were encountered: