diff options
-rwxr-xr-x | build | 2 | ||||
-rw-r--r-- | docs/news.xml | 2 | ||||
-rw-r--r-- | docs/rss.xml | 2 |
3 files changed, 2 insertions, 4 deletions
@@ -1,6 +1,4 @@ #!/bin/sh -e -MARKDOWNOPTS="-html5 -squash" -export MARKDOWNOPTS header() { cat <<EOF diff --git a/docs/news.xml b/docs/news.xml index 6a4290a..4a424cf 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -9,7 +9,7 @@ <description>a simple busybox linux distribution</description> <link>https://carbslinux.org</link> <atom:link href="https://carbslinux.org/news.xml" rel="self" type="application/rss+xml" /> -<lastBuildDate>Apr Mon 2020 10:00</lastBuildDate> +<lastBuildDate>Apr Mon 2020 11:00</lastBuildDate> <item> <title>20200405.news</title> <pubDate>Sun, 05 Apr 2020</pubDate> diff --git a/docs/rss.xml b/docs/rss.xml index c147017..cda12fe 100644 --- a/docs/rss.xml +++ b/docs/rss.xml @@ -9,7 +9,7 @@ <description>a simple busybox linux distribution</description> <link>https://carbslinux.org</link> <atom:link href="https://carbslinux.org/rss.xml" rel="self" type="application/rss+xml" /> -<lastBuildDate>Apr Mon 2020 10:00</lastBuildDate> +<lastBuildDate>Apr Mon 2020 11:00</lastBuildDate> <item> <title>Switching to New Website</title> <pubDate>Tue, 28 Jan 2020</pubDate> |