posts: move files into date-prefixed directories
All checks were successful
continuous-integration/drone/push Build is passing
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:
parent
4ac758cf92
commit
83156b3ea8
|
@ -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-->
|
||||||
|
|
Loading…
Reference in a new issue