扫码关注官方订阅号
我的博客测试地址:xiaoke.me
业精于勤,荒于嬉;行成于思,毁于随。
时间的问题我已经解决了,围观的同学或者遇到问题的同学看一下下面的代码就好,具体路径在这里: \octopress\source_includes\post\date.html
代码:
{% capture date %}{{ page.date }}{{ post.date }}{% endcapture %} {% capture date_formatted %}{% if page.date %}{{ page.date | date: site.date_format }}{% endif %}{% if post.date %}{{ post.date | date: site.date_format }}{% endif %}{% endcapture %} {% capture has_date %}{{ date | size }}{% endcapture %} {% capture updated %}{{ page.updated }}{{ post.updated }}{% endcapture %} {% capture updated_formatted %}{% if page.updated %}{{ page.updated | date: site.date_format }}{% endif %}{% if post.updated %}{{ post.updated | date: site.date_format }}{% endif %}{% endcapture %} {% capture was_updated %}{{ updated | size }}{% endcapture %} {% if has_date != '0' %} {% capture time %} {{ date_formatted }}{% endcapture %} {% endif %} {% if was_updated != '0' %} {% capture updated %} Updated {{ updated_formatted }}{% endcapture %} {% else %}{% assign updated = false %}{% endif %}
微信扫码关注PHP中文网服务号
QQ扫码加入技术交流群
扫描下载App
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
PHP学习
技术支持
返回顶部
时间的问题我已经解决了,围观的同学或者遇到问题的同学看一下下面的代码就好,具体路径在这里:
\octopress\source_includes\post\date.html
代码:
{% capture date %}{{ page.date }}{{ post.date }}{% endcapture %}
{% capture date_formatted %}{% if page.date %}{{ page.date | date: site.date_format }}{% endif %}{% if post.date %}{{ post.date | date: site.date_format }}{% endif %}{% endcapture %}
{% capture has_date %}{{ date | size }}{% endcapture %}
{% capture updated %}{{ page.updated }}{{ post.updated }}{% endcapture %}
{% capture updated_formatted %}{% if page.updated %}{{ page.updated | date: site.date_format }}{% endif %}{% if post.updated %}{{ post.updated | date: site.date_format }}{% endif %}{% endcapture %}
{% capture was_updated %}{{ updated | size }}{% endcapture %}
{% if has_date != '0' %}
{% capture time %} {% endcapture %}
{% endif %}
{% if was_updated != '0' %}
{% capture updated %} {% endcapture %}
{% else %}{% assign updated = false %}{% endif %}