summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-03-15 08:57:49 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-03-15 08:57:49 -0400
commitc3287d9a19558f3e8146cee78fb0dda4b28aecaa (patch)
treefadf33cff5b2e36030d9d4190b96d616c6da0d18 /Makefile
parent1cf5284fcd0add0dcd2b07b629ac3c9049cdbc13 (diff)
downloadbased.cooking-c3287d9a19558f3e8146cee78fb0dda4b28aecaa.tar
based.cooking-c3287d9a19558f3e8146cee78fb0dda4b28aecaa.tar.gz
based.cooking-c3287d9a19558f3e8146cee78fb0dda4b28aecaa.tar.lz
based.cooking-c3287d9a19558f3e8146cee78fb0dda4b28aecaa.tar.xz
based.cooking-c3287d9a19558f3e8146cee78fb0dda4b28aecaa.zip
responsive css: multi-column list on wide screens
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 13d363e61..8a358c19c 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ init:
printf '<a href="$$URL">$$NAME</a>' > templates/tag_entry.html
printf ', ' > templates/tag_separator.html
printf '</p>' > templates/tag_list_footer.html
- printf '<h2>Articles</h2><ul>' > templates/article_list_header.html
+ printf '<h2>Articles</h2><ul id=artlist>' > templates/article_list_header.html
printf '<li><a href="$$URL">$$DATE $$TITLE</a></li>' > templates/article_entry.html
printf '' > templates/article_separator.html
printf '</ul>' > templates/article_list_footer.html