fix: account for js being disabled
This commit is contained in:
parent
1690b368fc
commit
ca2c7f177d
4 changed files with 26 additions and 19 deletions
|
@ -18,9 +18,11 @@
|
|||
</dl>
|
||||
</div>
|
||||
</template>
|
||||
<mastodon-post>
|
||||
<a href="{{ shareLink }}">
|
||||
Discuss on Mastodon
|
||||
</a>
|
||||
</mastodon-post>
|
||||
<span class="client-side">
|
||||
<mastodon-post>
|
||||
<a href="{{ shareLink }}">
|
||||
Discuss on Mastodon
|
||||
</a>
|
||||
</mastodon-post>
|
||||
</span>
|
||||
{% endif -%}
|
Reference in a new issue