diff options
author | EuAndreh <eu@euandre.org> | 2024-11-17 18:01:46 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-11-17 18:33:15 -0300 |
commit | bdcfd72202b1ef58c46a6a503398fda7822771b7 (patch) | |
tree | c0945cef1fa653a2d1065c16d00a04d10e7c298b /src/content | |
parent | Makefile: Adapt code for mkwb-html subcommand (diff) | |
download | papo.im-bdcfd72202b1ef58c46a6a503398fda7822771b7.tar.gz papo.im-bdcfd72202b1ef58c46a6a503398fda7822771b7.tar.xz |
Update to latest mkwb to support multiple collections
Diffstat (limited to 'src/content')
-rw-r--r-- | src/content/blog.adoc | 3 | ||||
-rw-r--r-- | src/content/blog/index.adoc | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/content/blog.adoc b/src/content/blog.adoc deleted file mode 100644 index 2119a57..0000000 --- a/src/content/blog.adoc +++ /dev/null @@ -1,3 +0,0 @@ -= Blog - -== Recent articles link:atom.xml[image:img/atom.svg[Standard orange RSS feed icon]] diff --git a/src/content/blog/index.adoc b/src/content/blog/index.adoc new file mode 100644 index 0000000..7e46f04 --- /dev/null +++ b/src/content/blog/index.adoc @@ -0,0 +1,3 @@ += Blog + +== Recent articles link:atom.xml[image:../img/atom.svg[Standard orange RSS feed icon]] |