itsthejoker / filamentcolors.xyz

The source code for a small website to compare pieces of printed filament.
MIT License
69 stars 5 forks source link

Missing page description in head #59

Open itsthejoker opened 1 year ago

itsthejoker commented 1 year ago

Add a description to the section of the page source: . Example:

<head>
  <meta 
    name='description'
    content='Descriptive, keyword-rich text that talks about the page content goes here.'
  >
</head>

This will be slightly complicated due to how we use HTMX to load in pages, but this should be fixed.