posts: move files into date-prefixed directories
All checks were successful
continuous-integration/drone/push Build is passing

Using date prefixes is better for sorting articles at a glance. Using
directories is more uniform if and when I need to add files to go with
an article.
This commit is contained in:
Bruno BELANYI 2021-10-18 22:41:44 +02:00
parent 4ac758cf92
commit 83156b3ea8
8 changed files with 2 additions and 2 deletions

View file

@ -13,8 +13,8 @@ favorite: false
--- ---
Coming back from our last post about [generic flyweights in C++]({{< relref Coming back from our last post about [generic flyweights in C++]({{< relref
"generic-flyweight-cpp.md" >}}), we can write a flyweight that can be used with "../2020-07-16-generic-flyweight-cpp/index.md" >}}), we can write a flyweight
any abstract base classes. that can be used with any abstract base classes.
<!--more--> <!--more-->