Skip to content

Automate body id #41

@agjohnson

Description

@agjohnson

I keep seeing the body id block:

{% block body_id %}pricing{% endblock %}

I bet we can easily automate this using the page title lowercased, slugged, or something similar. This is pseudo-jinja, but:

<body id="{{ page_title|lower }}">

Metadata

Metadata

Assignees

No one assigned

    Labels

    ImprovementMinor improvement to code

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions