0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-04-01 02:41:39 -05:00

Fixed "Read this article" link on the dashboard

ref https://linear.app/tryghost/issue/DES-138/🐛-read-this-article-link-on-dashboard-leads-to-resources-instead
This commit is contained in:
Djordje Vlaisavljevic 2024-03-21 14:25:49 +00:00
parent a1c4e64994
commit ba7f448e12

View file

@ -15,7 +15,7 @@
</a>
</div>
<div class="gh-dashboard-resource-footer">
<a href="https://ghost.org/resources/" target="_blank" rel="noopener noreferrer">Read this article &rarr;</a>
<a href="{{this.resource.url}}" target="_blank" rel="noopener noreferrer">Read this article &rarr;</a>
</div>
</div>
{{/if}}