html [Jekyll日期格式] Jekyll中的德国日期#jekyll
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html [Jekyll日期格式] Jekyll中的德国日期#jekyll相关的知识,希望对你有一定的参考价值。
<small>
<time datetime="{{ post.date }}" class="blogpost-time"><!-- Whitespace added for readability -->
{% assign m = post.date | date: "%-m" %}
{{ post.date | date: "%-d" }}.
{% case m %}
{% when '1' %}Januar
{% when '2' %}Februar
{% when '3' %}März
{% when '4' %}April
{% when '5' %}Mai
{% when '6' %}Juni
{% when '7' %}Juli
{% when '8' %}August
{% when '9' %}September
{% when '10' %}Oktober
{% when '11' %}November
{% when '12' %}Dezember
{% endcase %}
{{ post.date | date: "%Y" }}
</time>
</small>
以上是关于html [Jekyll日期格式] Jekyll中的德国日期#jekyll的主要内容,如果未能解决你的问题,请参考以下文章
Jekyll 日期格式如何工作?
使用 Liquid 标记在 Jekyll 中获取今天的日期
html Jekyll Archives按日期分组
html 通过Jekyll中的替换进行本地化日期
jekyll 中的区域设置特定日期
如何在 Jekyll 中显示文件的修改日期?