lumeland / lume.land

The website of lume.land
https://lume.land
MIT License
68 stars 65 forks source link

fix: metas plugin typos #90

Closed Aeshus closed 8 months ago

Aeshus commented 8 months ago

I fixed a typo where the docs showed an example output of the metas plugin, and for some reason the docs incorrectly said that the <meta> tags are inserted into a <header> element instead of a <head> element. This was probably just a typo as the two elements have very similar names.

I also deleted an non-opened </lume-code> component (it is never opened, only closed) as it was left like that since the page was originally committed and it somehow hasn't impacted rendering. It was right after the code block with the typo, so I'm assuming at some point it was supposed to be wrapped, but never was.

netlify[bot] commented 8 months ago

Deploy Preview for lumeland ready!

Name Link
Latest commit 18b97911b4cd2ca2be5f17d00d77e8bcd5a7515f
Latest deploy log https://app.netlify.com/sites/lumeland/deploys/65612161da7efa000801ed6d
Deploy Preview https://deploy-preview-90--lumeland.netlify.app/plugins/metas
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

oscarotero commented 8 months ago

Thank you!