mirror of
https://github.com/LukeSmithxyz/based.cooking.git
synced 2026-01-07 11:39:18 +00:00
responsive css: multi-column list on wide screens
This commit is contained in:
2
Makefile
2
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
|
||||
|
||||
Reference in New Issue
Block a user