It's better for three reasons:
* It is a predefined frontmatter variable from Hugo.
* When unset, it is basically the '.Date'.
* More specific and the 'date' variable can now be assigned for the
creation date.
As much as I avoid creating custom partials, it seem it is not possible
with this component since it has gotten a bit bigger than I expected.
The pagination component is a modified version of the internal
pagination template but smarter. One of the major change is it will only
apply ellipses if it has more than one page to skip. Also, it is easier
to configure now that it is refactored to be one. Last but not least, it
has comments. :)
I've updated the README to include installation instructions with Hugo
modules which is pretty handy. Also, the recipe section in the README is
removed which I think is getting too big. Maybe, it should be on its own
folder or branch.
All of the listed changes should be indicated in the changelog.