dirkolbrich / hugo-tailwindcss-starter-theme

Starter files for a Hugo theme with Tailwindcss
MIT License
400 stars 55 forks source link

Missing head tag? #18

Closed zorn closed 4 years ago

zorn commented 4 years ago

Just getting started with this. Thanks so much!!

I think the template is missing the HTML <head> tag though.

layouts/_default/baseof.html

layouts/partials/head.html

I added mine in baseof.html to be consistent with the similar <body> tag.

dirkolbrich commented 4 years ago

Nope, not missing. All <head> tags are found in partials/head.html. They are included here: https://github.com/dirkolbrich/hugo-theme-tailwindcss-starter/blob/67c3b15c2034783be43944973fc9790e83950c55/layouts/_default/baseof.html#L3

dirkolbrich commented 4 years ago

Waaahhhhh, just saw it. You are right. Will fix it.