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