我的博客测试地址: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 %}
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
暂无简介
文章 0 评论 0
接受
发布评论
评论(1)
时间的问题我已经解决了,围观的同学或者遇到问题的同学看一下下面的代码就好,具体路径在这里:
\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 %}