diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2023-12-20 12:47:27 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2023-12-20 12:47:27 +0000 |
commit | a2fc2672206eb00c9df6afae26f7ba2e048c3830 (patch) | |
tree | 0d79b6c88573c56f5e1b893a4d0942f5aa7e6e78 /posts | |
parent | d54216b239f7b02fcd74b64c90d891998e62d671 (diff) | |
download | blog-a2fc2672206eb00c9df6afae26f7ba2e048c3830.tar.gz blog-a2fc2672206eb00c9df6afae26f7ba2e048c3830.tar.bz2 blog-a2fc2672206eb00c9df6afae26f7ba2e048c3830.zip |
Add author metadata tag to feed and posts
Diffstat (limited to 'posts')
-rw-r--r-- | posts/hello-world/metadata.txt | 1 | ||||
-rw-r--r-- | posts/libstdc++-std-unordered-map/metadata.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/posts/hello-world/metadata.txt b/posts/hello-world/metadata.txt index e3057c4..4c57cf0 100644 --- a/posts/hello-world/metadata.txt +++ b/posts/hello-world/metadata.txt @@ -1,3 +1,4 @@ Title: Hello, World! +Author: Dmitry Ilvokhin Date: 2022-12-23 Status: published diff --git a/posts/libstdc++-std-unordered-map/metadata.txt b/posts/libstdc++-std-unordered-map/metadata.txt index 1f08fa9..24b3750 100644 --- a/posts/libstdc++-std-unordered-map/metadata.txt +++ b/posts/libstdc++-std-unordered-map/metadata.txt @@ -1,3 +1,4 @@ Title: How libstdc++ `std::unordered_map` implemented? +Author: Dmitry Ilvokhin Date: 2023-07-02 Status: published |