Trying to use (builtin?) Streamline Icons

The Ghost Design style guide suggests that we can use Streamline fonts directly with Handlebars. I’ve tried it locally by modifying index.hbs with the suggested code block (copied below).

However I get a 500 error, [index.hbs] Missing helper: "icon".

It seems that this helper was disabled? Should the design guide be updated?

<div class="some-container">
    {{icon "boxes"}}
</div>

@sughodke that design guide is for Ghost/Ghost-Admin itself not themes, it’s a reference for anyone working on the open source app.

1 Like

Thanks @Kevin. It would be good to include that somewhere on the Style Guide.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.