Navigation?

FossilOrigin-Name: 304797ca2336a6bebb905b56b390103cb3c0f060278e4c7e8cf6e13df274ff7b
This commit is contained in:
me@ow.nekobit.net 2022-03-24 18:32:43 +00:00
parent 78ce1e4fe3
commit 5609f96baa
2 changed files with 13 additions and 0 deletions

View file

@ -64,6 +64,8 @@ $(PAGES_DIR)/notification_compact.chtml: $(PAGES_DIR)/notification_compact.html
./filec $< data_notification_compact_html > $@
$(PAGES_DIR)/error_404.chtml: $(PAGES_DIR)/error_404.html
./filec $< data_error_404_html > $@
$(PAGES_DIR)/navigation.chtml: $(PAGES_DIR)/navigation.html
./filec $< data_navigation_html > $@
$(MASTODONT_DIR):
git clone $(MASTODONT_URL) || true

11
static/navigation.html Normal file
View file

@ -0,0 +1,11 @@
<table class="navigation">
<tr>
<td>Up</td>
</tr>
<tr>
<td>Previous</td>
</tr>
<tr>
<td>Next</td>
</tr>
</table>