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-if-exists` that include the partial if it exists #3

Closed razonyang closed 1 year ago

razonyang commented 1 year ago

It's handy for meeting the requirements of some optional modules, it won't cause an error if the optional module doesn't exist.