template: Add template for dynamic postlist

このコミットが含まれているのは:
Albert S. 2022-03-27 19:53:48 +02:00
コミット 9ac0ad0ccd
3個のファイルの変更3行の追加0行の削除

1
template/quitesimple/dynamic/postlistbegin ノーマルファイル
ファイルの表示

@ -0,0 +1 @@
<ul>

1
template/quitesimple/dynamic/postlistend ノーマルファイル
ファイルの表示

@ -0,0 +1 @@
</ul>

1
template/quitesimple/dynamic/postlistlink ノーマルファイル
ファイルの表示

@ -0,0 +1 @@
<li>{date}: <a href="{url}">{title}</a></li>