diff --git a/CHANGES.rst b/CHANGES.rst
index fa99ce4f..17b0cce2 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -7,11 +7,13 @@ Changelog
Breaking changes:
-- *add item here*
+- Re-ordering of content columns: Have content container before column1 before column2.
+ [tmassman]
New features:
-- *add item here*
+- Additional footer portlets show in a doormat footer.
+ [tmassman]
Bug fixes:
diff --git a/Gruntfile.js b/Gruntfile.js
index 118b1793..1480b0c6 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -62,6 +62,7 @@ module.exports = function (grunt) {
grunt.loadNpmTasks('grunt-browser-sync');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadNpmTasks('grunt-contrib-less');
+ grunt.registerTask('compile', ['less']);
grunt.registerTask('default', ['watch']);
grunt.registerTask('bsync', ["browserSync:html", "watch"]);
grunt.registerTask('plone-bsync', ["browserSync:plone", "watch"]);
diff --git a/plonetheme/barceloneta/theme/index.html b/plonetheme/barceloneta/theme/index.html
index 62ee5865..83fa0091 100644
--- a/plonetheme/barceloneta/theme/index.html
+++ b/plonetheme/barceloneta/theme/index.html
@@ -48,17 +48,22 @@
-
-
+
+
-
+