expose frontend pubkey to templates
This commit is contained in:
parent
69f868ecb9
commit
58464582bd
@ -25,6 +25,7 @@
|
||||
{{#post.IsClearnet}}
|
||||
data-origin="clearnet"
|
||||
{{/post.IsClearnet}}
|
||||
data-frontendpubkey="{{post.FrontendPubkey}}"
|
||||
data-posturl="{{post.PostURL}}">
|
||||
{{#post.Attachments}}
|
||||
<a href="{{Source}}" class="image_link" target="_blank" title="{{Filename}}"><img src="{{Thumbnail}}" class="image" /></a>
|
||||
|
Reference in New Issue
Block a user