Initial commit of archive_tree module

This commit is contained in:
2026-01-23 21:52:25 -06:00
commit c16a1e6d7e
8 changed files with 613 additions and 0 deletions

9
css/archive_tree.css Normal file
View File

@@ -0,0 +1,9 @@
.archive-tree-year {
font-weight: bold;
}
.archive-tree-month {
margin-left: 2em;
padding-left: 0.5em;
border-left: 2px solid #ccc;
display: block;
}