Update indexes Signed-off-by: Anirudh Oppiliappan <x@icyphox.sh>
Anirudh Oppiliappan x@icyphox.sh
Thu, 17 Oct 2019 00:24:10 +0530
4 files changed,
8 insertions(+),
3 deletions(-)
M
build/blog/index.html
→
build/blog/index.html
@@ -45,6 +45,10 @@ </tr>
</thead> <tbody> <tr> + <td><a href="/blog/2019-10-17">Status update</a></td> + <td align="right"><code>2019-10-16</code></td> +</tr> +<tr> <td><a href="/blog/pycon-wrap-up">PyCon India 2019 wrap-up</a></td> <td align="right"><code>2019-10-15</code></td> </tr>
M
build/index.html
→
build/index.html
@@ -61,8 +61,8 @@ </tr>
</thead> <tbody> <tr> - <td><a href="/blog/pycon-wrap-up">PyCon India 2019 wrap-up</a></td> - <td align="right"><code>2019-10-15</code></td> + <td><a href="/blog/2019-10-17">Status update</a></td> + <td align="right"><code>2019-10-16</code></td> </tr> </tbody> </table>
M
pages/_index.md
→
pages/_index.md
@@ -24,7 +24,7 @@ # latest post
| | | | --- | --: | -| [PyCon India 2019 wrap-up](/blog/pycon-wrap-up) | `2019-10-15` | +| [Status update](/blog/2019-10-17) | `2019-10-16` | ([see all](/blog))
M
pages/blog/_index.md
→
pages/blog/_index.md
@@ -8,6 +8,7 @@ # блог ([rss](/blog/feed.xml))
| | | | --- | --: | +| [Status update](/blog/2019-10-17) | `2019-10-16` | | [PyCon India 2019 wrap-up](/blog/pycon-wrap-up) | `2019-10-15` | | [Thoughts on digital minimalism](/blog/digital-minimalism) | `2019-10-05` | | [Weekly status update, 09/17 -- 09/27](/blog/2019-09-27) |`2019-09-27`|