diff --git a/content/post/2017-12.md b/content/post/2017-12.md index 62be6da61..0a440cc63 100644 --- a/content/post/2017-12.md +++ b/content/post/2017-12.md @@ -183,3 +183,9 @@ UPDATE 1 ## 2017-12-13 - Linode alerted that CGSpace was using high CPU from 10:13 to 12:13 this morning + +## 2017-12-16 + +- Re-work the XMLUI base theme to allow child themes to override the header logo's image and link destination: [#349](https://github.com/ilri/DSpace/pull/349) +- This required a little bit of work to restructure the XSL templates +- Optimize PNG and SVG image assets in the CGIAR base theme using pngquant and svgo: [#350](https://github.com/ilri/DSpace/pull/350) diff --git a/public/2017-12/index.html b/public/2017-12/index.html index b682f9548..c06a6d27d 100644 --- a/public/2017-12/index.html +++ b/public/2017-12/index.html @@ -23,7 +23,7 @@ The list of connections to XMLUI and REST API for today: - + @@ -56,9 +56,9 @@ The list of connections to XMLUI and REST API for today: "@type": "BlogPosting", "headline": "December, 2017", "url": "https://alanorth.github.io/cgspace-notes/2017-12/", - "wordCount": "906", + "wordCount": "954", "datePublished": "2017-12-01T13:53:54+03:00", - "dateModified": "2017-12-07T21:43:49+03:00", + "dateModified": "2017-12-13T15:53:35+02:00", "author": { "@type": "Person", "name": "Alan Orth" @@ -324,6 +324,14 @@ UPDATE 1