Skip to content

CH16 reference to static main.css missing quotes #87

@reybango

Description

@reybango

Adding this here for addition to the addendum and updates to the 2ed copy of the book.

In the book, the code being mentioned on pg 186 says to define the static resource like this:

<link rel="stylesheet" href="{{static /css/main.css}}">

It's missing single quotes around the file path and file name like this:

<link rel="stylesheet" href="{{static '/css/main.css'}}">

Without them it'll not include the stylesheet into the page.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions