The Wayback Machine - http://web.archive.org/web/20200713034639/https://github.com/gohugoio/hugo/issues/7118
Skip to content
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

Update theme skeleton to use semantic HTML5 #7118

Open
acahir opened this issue Apr 2, 2020 · 0 comments
Open

Update theme skeleton to use semantic HTML5 #7118

acahir opened this issue Apr 2, 2020 · 0 comments
Labels

Comments

@acahir
Copy link
Contributor

@acahir acahir commented Apr 2, 2020

Noticed in the skeleton baseof.html generated that the "content" element is a

, and should probably be . Only one I've noticed so far, but might be other places that could be changed as well.

new_theme.go

<div id="content">
{{- block "main" . }}{{- end }}
</div>

If this is a desired direction I'll submit a pull request.

@acahir acahir added the Proposal label Apr 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.