diff options
author | nathansmith117 <nathansmith@posteo.com> | 2025-03-31 04:57:56 -0600 |
---|---|---|
committer | nathansmith117 <nathansmith@posteo.com> | 2025-03-31 04:57:56 -0600 |
commit | ab1ec50a9b842dfedc9f5c5ee8c20a48de3f1347 (patch) | |
tree | 7bffafbc3e74a708a1541897f5397104cbf81362 /blog/template.html | |
parent | 61cbae386b256bb6adb0adaa52cd00585a0820e2 (diff) |
Wrote wikipedia article
Diffstat (limited to 'blog/template.html')
-rw-r--r-- | blog/template.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/blog/template.html b/blog/template.html index bd460fe..de3af96 100644 --- a/blog/template.html +++ b/blog/template.html @@ -47,6 +47,12 @@ table {{ </p> </td> </tr> + + <tr> + <td> + {article_list} + </td> + </tr> </table> <!-- Python will insert the articles from rss here --> |