mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 07:11:43 +00:00
7 lines
215 B
Text
7 lines
215 B
Text
|
%tr{ id: attribute }
|
||
|
%th= post_label_t(attribute, :path, post: post)
|
||
|
%td
|
||
|
%figure
|
||
|
= image_tag metadata.value['path'], alt: metadata.value['description']
|
||
|
%figcaption= metadata.value['description']
|