mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
🐛 Fixed "Post URL matches" text displaying when no template match is found (#896)
no issue - adding missing conditional so we only display `Post URL matches post-slug-name.hbs` when a match is found
This commit is contained in:
parent
f622b31b1f
commit
956e34d009
@ -14,6 +14,8 @@
|
||||
{{inline-svg "arrow-down-small"}}
|
||||
</span>
|
||||
</span>
|
||||
<p>Post URL matches {{matchedSlugTemplate.filename}}</p>
|
||||
{{#if matchedSlugTemplate}}
|
||||
<p>Post URL matches {{matchedSlugTemplate.filename}}</p>
|
||||
{{/if}}
|
||||
</div>
|
||||
{{/if}}
|
||||
|
Loading…
Reference in New Issue
Block a user