yew-trunk-minimal-template icon indicating copy to clipboard operation
yew-trunk-minimal-template copied to clipboard

No year variable

Open EvanCarroll opened this issue 2 years ago • 1 comments

I am getting this error when I try to invoke this,

🤷   Project Name : hlug
🔧   Creating project called `hlug`...
Error: ⛔   Error replacing placeholders `/tmp/hlug/README.md`

Caused by:
    liquid: Unknown variable
      with:
        requested variable=year

I'm just running this command per the tutorial,

cargo generate --git https://github.com/yewstack/yew-trunk-minimal-template

EvanCarroll avatar Jan 05 '23 01:01 EvanCarroll

This is not a cargo generate template.

To use this repository, you can simply clone this repository or click the "Use this template" button on the repository's home page.

(cargo-generate might have worked in the past, we might need to create a configuration file to ignore the license from substitution.)

futursolo avatar Jan 06 '23 04:01 futursolo