A
@append(<img>, src, @content): //meta[@property="og:image"]
cover: $@
cover: //img[has-class("wp-post-image")]
channel: "@gamerbay"
author: //span[has-class("author")]
title: //h2[has-class("clr-white")]
$author: //li[has-class("author")]
@replace("Автор: ", ""): $author
author: $author
published_date: //time[has-class("entry-date")]/@datetime
Начало шаблона выглядит так. Что я должен изменить?