From 41f892aa7b63fd1e68d0d09963c8a4c06ba623da Mon Sep 17 00:00:00 2001 From: Thomas Wood <thomas.wood09@imperial.ac.uk> Date: Tue, 2 Feb 2016 20:08:55 +0000 Subject: [PATCH] Site subtitle --- _config.yml | 2 +- assets/blog.scss | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index fd51f38..e97a946 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 8669a68..fc200ff 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) { -- GitLab