模板引擎
简介
Liquid 基础语法
Liquid 内置方法
友好速搭主题对象
- 简介
- shop
- linklists
- link
- customer
- customer_level
- order
- payment
- shipment
- line_item
- tracker
- discount_record
- refund_record
- address
- area
- product
- image
- variant
- type
- vendor
- discount
- discount_off
- page
- page_snippet
- search
- pagination
- part
- situation
- item
- sort
- stock_avail
- form
- blog
- blog_author
- blog_tag
- social_account
- post
- post_tag
- post_dir
blog_author
对象blog_author
用于显示博客作者。
对象blog_author
可以在博客列表和博客详情页面中单独使用,变量名是blog_author
。
它也在 blog 对象的blog.author
属性中。
对象blog_author
,包含以下属性:
- blog_author.name
- blog_author.avatar
- blog_author.weixin_qc_code
- blog_author.weibo_url
- blog_author.douban_url
- blog_author.renren_url
blog_author.name
作者笔名。
blog_author.avatar
作者头像图片,参见image对象的使用方法。
blog_author.weixin_qc_code
作者在微信的账号二维码,参见image对象的使用方法。
blog_author.weibo_url
作者在微博的账号网址。
blog_author.douban_url
作者在豆瓣的账号网址。
blog_author.renren_url
作者在人人的账号网址。