diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2023-10-21 06:52:30 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2023-10-21 06:52:30 +0900 |
commit | 48609a04fa066c0a3ba7bdf58790d35371a23c02 (patch) | |
tree | 0f54dab62271d4f0d9dc2ec075993a94623807da /03 | |
parent | 57af562353e701faa17d5fe0b519919af48a1b6f (diff) | |
download | px-48609a04fa066c0a3ba7bdf58790d35371a23c02.tar.gz |
Turn year and time into XML attributes
Diffstat (limited to '03')
-rw-r--r-- | 03/index.xml | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/03/index.xml b/03/index.xml index d075d91..77d3e52 100644 --- a/03/index.xml +++ b/03/index.xml @@ -1,14 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="/page.xslt" type="text/xsl"?> -<page prev="02" curr="03" next="04"> - <post title="xế chiều" lang="vi"> +<page prev="02" curr="03" next="04" year="2022"> + <post title="xế chiều" lang="vi" time="2022-10-04T10:59:39Z"> <picture filename="twilight-moon" desc="trăng khuyết giữa trời hoàng hôn đầy mây"/> <picture filename="twilight-silhouette" desc="bóng rặng cây in lên trời hoàng hôn đầy mây"/> - <time>2022-10-04T10:59:39Z</time> </post> - <post title="dance of the dinosaurs" lang="en"> + <post title="dance of the dinosaurs" lang="en" time="2022-10-10T05:18:52Z"> <picture filename="pigeons-0" desc="two pigeons facing opposite directions"/> <picture filename="pigeons-1" @@ -19,17 +18,13 @@ desc="three pigeons"/> <picture filename="pigeons-4" desc="one walking pigeon in the middle of two pecking ones"/> - <time>2022-10-10T05:18:52Z</time> </post> - <post title="phất cờ" lang="vi"> + <post title="phất cờ" lang="vi" time="2022-10-14T08:28:54Z"> <picture filename="grass-flowers-0" desc="cỏ trổ bông giữa núi trời"/> <picture filename="grass-flowers-1" desc="nắng rọi đúng bông cỏ giữa bãi"/> - <time>2022-10-14T08:28:54Z</time> </post> - <post title="hồng nhan bạc mệnh" lang="vi"> + <post title="hồng nhan bạc mệnh" lang="vi" time="2022-10-18T02:28:25Z"> <picture filename="cans" desc="lon nước ngọt đỏ ở máy bán hàng ngoài trời bạc màu vì nắng"/> - <time>2022-10-18T02:28:25Z</time> </post> - <year>2022</year> </page> |