{{ yearMonth }} ({{ data.length }})
17 |-
18 | {% for item in data %}
19 |
- 20 | {{ item.title }} 21 | {{ think.datetime(item.create_time, 'YYYY-MM-DD') }} 22 | 23 | {% endfor %} 24 |
19 | [...] 20 |
21 | {% endif %} 22 | {% else %}{{ item.content | buildImageslim | xml }}{% endif %} 23 |本文链接:{{ site_url }}/post/{{ post.pathnameSource }}.html
25 |-- EOF --
26 | 27 |
29 | 发表于
30 | {{ think.datetime(post.create_time) }}
31 |
32 | {% if post.cate.length %}
33 | ,添加在分类
34 | {% for cate in post.cate %}
35 |
36 | {{ cate.name }}
37 |
38 | {% endfor%}
39 | 下
40 | {% endif %}
41 |
42 | {% if post.tag.length %}
43 | ,并被添加「
44 | {% for tag in post.tag %}
45 |
46 | {{ tag.name }}
47 |
48 | {% endfor %}
49 | 」标签
50 | {% endif %}
51 |
52 | ,最后修改于
53 | {{ think.datetime(post.update_time) }}
54 |
{{ themeConfig.cc | safe }}
57 | {% endif %} 58 |提醒: 本文最后更新于 {{ post.update_time_diff_day }} 天前,文中所描述的信息可能已发生改变,请谨慎使用。
62 | {% endif %} 63 |38 | 阅读全文 » 39 |
40 |未找到相关页面。
25 |如果是管理员,请到后台添加地址为 {{ pathname }}
的页面,点击这里添加。
网站名称 | 89 |网站地址 | 90 |推送公钥 | 91 |推送秘钥 | 92 |操作 | 93 |
---|
名称 | 89 |缩略名 | 90 |文章数 | 91 |操作 | 92 |
---|
Comments
3 | {% if options.comment.name %} 4 | 5 | {% if options.comment.type == 'disqus' %} 6 |9 |
10 | 注:如果长时间无法加载,请针对 disq.us | disquscdn.com | disqus.com 启用代理。 11 |
请在后台配置评论类型和相关的值。
24 | {% endif %} 25 |