This commit is contained in:
parent
c6616ae9df
commit
af5c67f22f
@ -16,7 +16,11 @@ mixin webmention($item)
|
||||
else if ($item['type'] == "comment")
|
||||
.comment
|
||||
p.quote
|
||||
| !{$item['title']}
|
||||
if (array_key_exists('title', $item))
|
||||
strong !{$item['title']}
|
||||
br
|
||||
if (array_key_exists('content', $item))
|
||||
| !{$item['content']}
|
||||
p.sub
|
||||
a(href="{$item['source']}") Commented
|
||||
if (array_key_exists('author_name', $item))
|
||||
|
@ -16,7 +16,11 @@ mixin webmention($item)
|
||||
else if ($item['type'] == "comment")
|
||||
.comment
|
||||
p.quote
|
||||
| !{$item['title']}
|
||||
if (array_key_exists('title', $item))
|
||||
strong !{$item['title']}
|
||||
br
|
||||
if (array_key_exists('content', $item))
|
||||
| !{$item['content']}
|
||||
p.sub
|
||||
a(href="{$item['source']}") Commented
|
||||
if (array_key_exists('author_name', $item))
|
||||
|
Loading…
x
Reference in New Issue
Block a user