Articles category "HTML"
Reader views in browsers
I'm currently looking for reasons or arguments on why to use proper semantic HTML. The reader views/modes in browsers came to mind.
Drawing on an SVG path
In where i explore one option to put dots on a donut.
Todos of a frontend developer
When shortcodes and code examples collide in Eleventy with Nunjucks
When moving my blog over to Eleventy with Nunjucks templating, i suddenly had the problem that some of my articles cound not be rendered anymore.
Adding links to previous and next articles in Hugo
I've just added a browse navigation to the single page templates of this blog. Since the documentation in Hugo is not super straight forward, i want to document my insights here.
Markup for Breadcrumbs
Reading into the Breadcrumb example on the WAI-ARIA Practices website, i noticed a tiny detail in the HTML i never gave much thought before: The list uses an ordered list for the list markup.