diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2023-10-21 02:12:44 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2023-10-21 02:12:44 +0900 |
commit | 57af562353e701faa17d5fe0b519919af48a1b6f (patch) | |
tree | 2b889aa3010d8e5f7963fe7b36c52f4370581455 | |
parent | f59ba8a88c6e5392a5e8c685101dcbbd6e10f652 (diff) | |
download | px-57af562353e701faa17d5fe0b519919af48a1b6f.tar.gz |
Finish page 11
-rw-r--r-- | 11/forsythia.jpg | bin | 0 -> 5821910 bytes | |||
-rw-r--r-- | 11/goatweed.jpg | bin | 0 -> 4267899 bytes | |||
-rw-r--r-- | 11/index.xml | 7 | ||||
-rw-r--r-- | 11/vine.jpg | bin | 0 -> 18761119 bytes | |||
-rw-r--r-- | atom.xslt | 2 |
5 files changed, 8 insertions, 1 deletions
diff --git a/11/forsythia.jpg b/11/forsythia.jpg new file mode 100644 index 0000000..d02e56b --- /dev/null +++ b/11/forsythia.jpg Binary files differdiff --git a/11/goatweed.jpg b/11/goatweed.jpg new file mode 100644 index 0000000..54804f0 --- /dev/null +++ b/11/goatweed.jpg Binary files differdiff --git a/11/index.xml b/11/index.xml index a6ddb3c..95d787e 100644 --- a/11/index.xml +++ b/11/index.xml @@ -27,5 +27,12 @@ <picture filename="fished" desc="men examining a newly caught fish"/> <time>2023-10-02T05:25:09Z</time> </post> + <post title="hoa quả sơn" lang="vi"> + <picture filename="vine" desc="vài nhành hoa tím phớt leo trên rào"/> + <picture filename="goatweed" desc="khóm hoa cứt lợn"/> + <picture filename="forsythia" + desc="mấy cành liêu kiều đầy trái lá đang ngả màu"/> + <time>2023-10-15T05:50:17Z</time> + </post> <year>2023</year> </page> diff --git a/11/vine.jpg b/11/vine.jpg new file mode 100644 index 0000000..7fb682e --- /dev/null +++ b/11/vine.jpg Binary files differdiff --git a/atom.xslt b/atom.xslt index cec21c7..d5530e4 100644 --- a/atom.xslt +++ b/atom.xslt @@ -47,7 +47,7 @@ <email>cnx@loang.net</email> </author> <rights>CC BY-SA 4.0</rights> - <updated>2023-10-02T05:25:09Z</updated> + <updated>2023-10-15T05:50:17Z</updated> <xsl:apply-templates select="document('00/index.xml')/page"/> <xsl:apply-templates select="document('01/index.xml')/page"/> <xsl:apply-templates select="document('02/index.xml')/page"/> |