@gr36 Ah, I have something similar. Except for my link posts I now have an external link icon before, and a hash symbol for the permalink. Also, the date serves as an additional permalink.
<h1 id="title">
{{#has all='canonical_url'}}
<a href="{{canonical_url}}" class="underline"><i class="fas fa-external-link-alt"></i> {{title}}</a> <a href="{{url}}" class="permalink">#</a>
{{else}}
<a href="{{url}}">{{title}}</a>
{{/has}}
</h1>
<div id="meta">
{{#has all='canonical_url'}}
<a href="{{canonical_url}}"><span>{{date published_at format="Do MMMM YYYY"}}</span></a>
{{else}}
<span>{{date published_at format="Do MMMM YYYY"}}</span>
{{/has}}
</div>