diff --git a/_config.yml b/_config.yml index d9f0e99d0e72dc6e4e8973d5bd3bdbabcf8c3be6..7e7ad443151120c638b044c352d60d6057428b51 100644 --- a/_config.yml +++ b/_config.yml @@ -1,5 +1,5 @@ # Site settings -name: EMBL-EBI Visual Framewrok +name: EMBL-EBI Visual Framework group: EMBL-EBI Web Development email: www-dev@ebi.ac.uk domain: //ebiwd.github.io diff --git a/_includes/head.html b/_includes/head.html index edb7919a1da5dd47d766029f0f38090fe640b0f7..5899857538ef654b97bb3a9d9e0df066f7e27be6 100755 --- a/_includes/head.html +++ b/_includes/head.html @@ -49,8 +49,8 @@ <!-- If you have a custom header image or colour --> <!-- --> - <meta name="ebi:masthead-color" content="#091314"> - <meta name="ebi:masthead-image" content="{{ site.domain }}{{ site.baseurl }}/static/background.jpg"> + <meta name="ebi:masthead-color" content="#007c82"> + <!-- <meta name="ebi:masthead-image" content="{{ site.domain }}{{ site.baseurl }}/static/background.jpg"> --> <!-- you can replace this with theme-[projectname].css. See http://www.ebi.ac.uk/web/style/colour for details of how to do this --> <!-- also inform ES so we can host your colour palette file --> diff --git a/_layouts/default.html b/_layouts/default.html index 6ea3f2610504bed50f92fb485d19b01b12a50e36..f1273705dc64b6fdea2709e7eb31b8ffe965fe76 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -10,7 +10,6 @@ <!-- local-title --> <div class="columns medium-7" id="local-title"> <h1><a href="{{ site.domain }}{{ site.baseurl }}" title="Back to {{ site.name }} homepage">{{ site.name }}</a></h1> - <h4>An implementation of <a href="http://github.com/ebiwd/EBI-Framework">the EBI Visual Framework <i class="icon icon-generic small" data-icon="x"></i></a></h4> </div> <!-- /local-title --> <!-- local-nav -->