hexo-tag-cloud

空格必须使用CRLF,不能使用LF,否则报错。

语法:

1
2
3
{ colorquote [type] %}
content
{% endcolorquote %}
1
2
3
{% colorquote warning %}
这是一条警告信息!
{% endcolorquote %}

这是一条警告信息!

1
2
3
{% colorquote danger %}
这是一条危险信息!
{% endcolorquote %}

这是一条危险信息!

1
2
3
4
5
{% colorquote info %}

这是一条info信息!

{% endcolorquote %}

这是一条info信息!

1
2
3
{% colorquote success %}
这是一条成功信息!
{% endcolorquote %}

这是一条成功信息!

相关文章
评论
分享
Please check the post_relate setting in config.yml of hexo-theme-Annie! You should make sure 'postsEnable == true' and the number of site posts greater than 1.
Please check the comment setting in config.yml of hexo-theme-Annie!