Skip to content

Live reload doesn't update inline css style tag #696

@foray1010

Description

@foray1010

Bug Report

Environment

Zola version: 0.7.0

Expected Behavior

Live reload should update inline css style tag

Current Behavior

It does reload, but inline css style tag doesn't update its content

Step to reproduce

put the following code in structure.html and try updating the corresponding scss in sass folder

{% set css = load_data(path="public/style.css") %}
<style>
  {{css | safe}}
</style>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions