diff --git a/_config.yml b/_config.yml
index fd51f386671a52298382826b0c146ce59688762c..e97a94690dbc655c2f8549462cd17964d486a404 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,5 +1,5 @@
 title: Reliable Web
-subtitle: # a group subtitle goes here
+subtitle: <a href="http://www.doc.ic.ac.uk">Department of Computing</a>, <a href="http://www.imperial.ac.uk/">Imperial College London</a>
 copyright: Imperial College London
 
 baseurl: ""
diff --git a/assets/blog.scss b/assets/blog.scss
index 8669a683a1c0668477e0f6eeb24a6e37de791d1f..fc200ff825b570849cefa32d1d846d343f0a233b 100644
--- a/assets/blog.scss
+++ b/assets/blog.scss
@@ -179,7 +179,9 @@ h6, .h6 {
 }
 .site-description {
   font-size: 1.1rem;
-  color: #999;
+  * {
+    color: #999;
+  }
 }
 
 @media (min-width: 40em) {