-
Notifications
You must be signed in to change notification settings - Fork 133
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Footers: omit footer tags for non-inline footers #251
Comments
Yes, we can actually wrap the footer tag for the user while processing the |
User may want to specify CSS classes or styles on footer element. This doesn't seem worthwhile. |
That true. Can make it optional.
Yes, not worth spending time now. This is an |
In fact, a site is unlikely to have more than one footer. This is a VERY low value enhancement. |
|
v1.8.0
As a file in the footers directory is already known to be a footer, we can omit the
<footer>
tag from them?The text was updated successfully, but these errors were encountered: