GDPR · 1 May 2026 · 4 min read

Sample article — how to add new posts

This file is a template. Copy it, rename it and fill it with your own content. Then add a link in blog.html.

How to add a new article

1. Copy this file in /en/blog/ and rename it (e.g. my-first-article.html). Use lowercase and dashes only — no diacritics or spaces.

2. Open the new file in a text editor (Notepad, VS Code, Sublime) and edit <title>, <meta description>, date, heading and content.

3. In en/blog.html add a new card linking to this article.

Text formatting

A regular paragraph looks like this. Use it for the main body of the article — readable and to the point.

A quote or important statement is formatted with the <blockquote> tag. It is visually distinguished by a gold left border.

Heading level 3

For longer content structure, use <h2> and <h3>. Avoid <h1> in the article body — it is reserved for the title.

This post is for informational purposes and does not constitute legal advice for a specific case. Contact an attorney for assessment of your situation.

← Back to blog