Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は自分のサイトをDrupalからJekyllに移行しています。各投稿のYAMLFrontMatterには、作成されたタイムスタンプがあります。
{{ page.created }} => 1287199856
Liquidでは、これを次のように変換するにはどうすればよいですか。
2010-10-15 23:30:56 -0400
よくわかりませんが、これがうまくいくことを願っています
Page Created {{ page.created | date: "%F %H:%M:%S %z" }}
このサイトを参照してください