Rename blog* to article* (breaking change!)

Since these styles and templates can be used not only for blogs but for anything, more correct naming makes sense, at cost of a breaking change...
This commit is contained in:
David Lapshin
2024-05-02 21:54:47 +03:00
parent 2ac15db91b
commit 05d44214be
7 changed files with 7 additions and 7 deletions

View File

@ -9,7 +9,7 @@
@use "variables";
@use "main";
@use "blog-list";
@use "article-list";
@use "buttons";
@use "comments";
@use "crt";