diff --git a/ghost/core/core/frontend/helpers/tpl/recommendations.hbs b/ghost/core/core/frontend/helpers/tpl/recommendations.hbs index 48da613502..2232c4675c 100644 --- a/ghost/core/core/frontend/helpers/tpl/recommendations.hbs +++ b/ghost/core/core/frontend/helpers/tpl/recommendations.hbs @@ -3,9 +3,9 @@ {{#each recommendations as |rec|}}
  • - {{rec.title}} - {{readable_url rec.url}} + {{rec.title}}
    {{rec.title}}
    + {{readable_url rec.url}}

    {{rec.description}}

  • diff --git a/ghost/core/test/unit/frontend/helpers/recommendations.test.js b/ghost/core/test/unit/frontend/helpers/recommendations.test.js index 3c2060a63f..df7c3e9b87 100644 --- a/ghost/core/test/unit/frontend/helpers/recommendations.test.js +++ b/ghost/core/test/unit/frontend/helpers/recommendations.test.js @@ -71,17 +71,17 @@ describe('{{#recommendations}} helper', function () {