From: Dylan Lloyd Date: Sat, 4 Feb 2023 15:44:08 +0000 (-0500) Subject: add notes index X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=b704b0530da0a02611622448211ba86ffd9fc5ba;hp=e7f663548cdbbb82e9766f388dadd9393980887c;p=disinclined.org.git add notes index --- diff --git a/notes/index.html b/notes/index.html new file mode 100644 index 0000000..b2452e4 --- /dev/null +++ b/notes/index.html @@ -0,0 +1,34 @@ +--- +layout: note +--- + +{% for page in paginator.posts %} +
+
+
+ + {{ page.date | date: '%Y-%m-%d' }} + / + + + {{ page.title }} + + +
+ {{ page.content }} +
+
+{% endfor %} + +{% if paginator.previous_page %} + + previous + +{% endif %} +{% if paginator.next_page_path %} + +{% endif %}