fulldecent / github-pages-template

An opinionated starting point and build system for awesome, collaboratively-edited HTML websites
https://fulldecent.github.io/github-pages-template/
35 stars 52 forks source link

Add a sniff for pretty URLs #105

Open fulldecent opened 2 weeks ago

fulldecent commented 2 weeks ago

If built page includes a match:

m/href="[^"]+.html"/

which doesn't also match:

m@://@

then that is an error.


Or in normal English: you must not link to relative HTML files with the .html extension.