hugomods / base

:dart: Useful partials and functions to help developers design Hugo themes.
https://base.hugomods.com/
MIT License
2 stars 3 forks source link

Add a partial that check expected partial exists before including it #4

Closed razonyang closed 1 year ago

razonyang commented 1 year ago

And print a custom friendly error message if it doesn't exist.

That would be much clearer for users that what modules they're missing.

razonyang commented 1 year ago

It may be worth nothing, since it's the duty for developer to specify required modules in config file.