mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 01:46:21 +00:00
f94b579a25
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
(cherry picked from commit 7a0443d7cc
)
6 lines
225 B
Text
6 lines
225 B
Text
%tr{ id: attribute }
|
|
%th= post_label_t(attribute, post: post)
|
|
%td{ dir: dir, lang: locale }
|
|
- p = site.indexed_posts.find_by_post_id(metadata.value)
|
|
- if p
|
|
= link_to p.title, site_post_path(site, p.post_id)
|