reorx / hugo-PaperModX

A fast, clean, responsive Hugo theme.
https://reorx.github.io/hugo-PaperModX/
MIT License
326 stars 86 forks source link

Updates go.mod to match fork #17

Open SavingNinja opened 2 years ago

SavingNinja commented 2 years ago

Adding go module was broken:

module declares its path as: github.com/adityatelange/hugo-PaperMod but was required as: github.com/reorx/hugo-PaperModX

This should fix it.

antoinetielbeke commented 2 years ago

+1, this would be a great addition since Hugo Modules are the preferred way now.