HTML tagging

This blog uses server-side includes to render partials and then regular HTML for the articles themselves.

I needed a way to include tags, and solved this by using meta tags containing keywords

<meta name="keywords" content="tag" />
      

Afterward, htmlq is used to query fields from html files. To construct my index sites, I use it to select the title and the keywords.