diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-08 14:35:17 -0700 |
---|---|---|
committer | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-08 14:35:17 -0700 |
commit | d6cab50056c9ba29be5b195eb678f0ed15aa52ec (patch) | |
tree | 0646c9d392910e49f351f881e1aee660a33a1ace /www | |
parent | 076e41fe99055bf96e2ec864b69ae5b5685b5f87 (diff) | |
download | librebootfr-d6cab50056c9ba29be5b195eb678f0ed15aa52ec.tar.gz librebootfr-d6cab50056c9ba29be5b195eb678f0ed15aa52ec.zip |
Fix double news/
Diffstat (limited to 'www')
-rwxr-xr-x | www/index.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |