From 8797b9acf0f7f22b38e762e16e3f106da0857b5d Mon Sep 17 00:00:00 2001 From: Moises Deniz Aleman Date: Wed, 27 Apr 2016 14:22:38 +0200 Subject: [PATCH] Adapt to jekyll 3.0 --- _config.yml | 3 +-- download/other/index.html | 2 +- feed.rss | 6 +++--- feed/index.html | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/_config.yml b/_config.yml index 764394f2..137664d7 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,4 @@ title: Open Build Service -pygments: true +highlighter: true permalink: /:year/:month/:day/:title/ markdown: kramdown - diff --git a/download/other/index.html b/download/other/index.html index 03caaec8..b6dd206b 100644 --- a/download/other/index.html +++ b/download/other/index.html @@ -110,7 +110,7 @@
SUSE Linux Enterprise
openSUSE
-      zypper ar -f http://download.opensuse.org/repositories/OBS:/Server:/2.7/openSUSE_13.1/OBS:Server:2.7.repo
+      zypper ar -f http://download.opensuse.org/repositories/OBS:/Server:/2.7/openSUSE_42.1/OBS:Server:2.7.repo
       zypper in -t pattern OBS_Server
     
diff --git a/feed.rss b/feed.rss index 3842312d..c4db56ce 100755 --- a/feed.rss +++ b/feed.rss @@ -1,17 +1,17 @@ --- -layout: nil +layout: null --- {{ site.title }} - + {{ site.time | date_to_xmlschema }} {{ site.url }} OBS Team Copyright (c) 2012 OBS Team - + {% for post in site.posts limit:20 %} {{ post.title }} diff --git a/feed/index.html b/feed/index.html index c008dbc4..3ed5a843 100755 --- a/feed/index.html +++ b/feed/index.html @@ -1,4 +1,4 @@ --- -layout: nil +layout: null --- {% include rss-feed.rss %}