diff options
author | Leah Rowe <info@minifree.org> | 2017-04-08 21:40:36 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-04-08 21:40:36 +0000 |
commit | af027de28f450541122555d5bbade19eb78268b5 (patch) | |
tree | d40692ab116bffa0f4f1aef76adbc8b88e810bcb /www | |
parent | cbd70f62fd0944e42d5281418f7a3f004eb73f2e (diff) | |
parent | 1e112ccd6e793c2b0909680c51232c8e25ca7172 (diff) | |
download | librebootfr-af027de28f450541122555d5bbade19eb78268b5.tar.gz librebootfr-af027de28f450541122555d5bbade19eb78268b5.zip |
Merge branch 'blog/rss' of libreboot/libreboot into master
Diffstat (limited to 'www')
-rwxr-xr-x | www/generate.sh | 3 | ||||
-rwxr-xr-x | www/index.sh | 2 | ||||
-rw-r--r-- | www/news-list.md | 2 | ||||
-rw-r--r-- | www/template.html | 4 |
4 files changed, 5 insertions, 6 deletions
diff --git a/www/generate.sh b/www/generate.sh index 3ca4a8b0..4d9e6c8a 100755 --- a/www/generate.sh +++ b/www/generate.sh @@ -3,6 +3,7 @@ [ "x${DEBUG+set}" = 'xset' ] && set -v set -e -./index.sh find -L . -name '*.html' -and -not -name 'template.html' -delete find -L . -name '*.md' -exec ./publish.sh {} \; +./index.sh +./publish.sh news/index.md diff --git a/www/index.sh b/www/index.sh index c1eeb600..c70c5a7a 100755 --- a/www/index.sh +++ b/www/index.sh @@ -16,7 +16,7 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. BLOGTITLE="Libreboot News" -BLOGBASE="https://libreboot.org/news/" +BLOGBASE="https://libreboot.org/" BLOGDESCRIPTION="News on Libreboot development" title() { diff --git a/www/news-list.md b/www/news-list.md index e22b1d0c..0dd6bcaf 100644 --- a/www/news-list.md +++ b/www/news-list.md @@ -1,7 +1,7 @@ % News announcements from the Libreboot project Updates to libreboot, both technical and organisational, will be written about -here over time. +here over time. Subscribe to [RSS](/feed.xml) for notifications. ------------------------------------------------------------------------------- diff --git a/www/template.html b/www/template.html index 8e12e2aa..4ce72774 100644 --- a/www/template.html +++ b/www/template.html @@ -29,12 +29,10 @@ $endfor$ $if(math)$ $math$ $endif$ - <!--[if lt IE 9]> - <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> - <![endif]--> $for(header-includes)$ $header-includes$ $endfor$ +<link rel="alternate" type="application/rss+xml" title="RSS Feed" href="/feed.xml"/> </head> <body> $for(include-before)$ |