diff --git a/_config.yml b/_config.yml index d2f2976a5885cc65542d0a6c7c47ab537506ba3f..c292af34f5e4ae1b0d044944e01ebfe60e0982d1 100644 --- a/_config.yml +++ b/_config.yml @@ -21,8 +21,6 @@ dynare_stable_version : "4.5.6" locale : "en-US" title : "Dynare" title_separator : "|" -logo : /assets/images/logo/dlogo.svg -favicon : /assets/images/logo/dlogo_hover.svg name : "Dynare" description : "Dynare is a software platform for handling a wide class of economic models, in particular dynamic stochastic general equilibrium (DSGE) and overlapping generations (OLG) models" url : "https://www.dynare.org/" # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" diff --git a/_includes/masthead.html b/_includes/masthead.html index 57c8103b8633880a3af62d1fc844a2665ce71e1b..2385f8ad5c5c0ca375d8737bbcd7f739948f7a2a 100644 --- a/_includes/masthead.html +++ b/_includes/masthead.html @@ -2,7 +2,7 @@ <div class="masthead__inner-wrap"> <div class="masthead__menu"> <nav id="site-nav" class="greedy-nav"> - <a class="dynare_masthead_home_img" href="{{ '/' | relative_url }}"><img src="{{ site.logo }}" alt="Dynare" width="150px" onmouseover="this.src='{{ site.favicon }}';" onmouseout="this.src='{{ site.logo }}';" /></a> + <a class="dynare_masthead_home_img" href="{{ '/' | relative_url }}"><img src="/assets/images/logo/dlogo.svg" alt="Dynare" width="150px" onmouseover="this.src='/assets/images/logo/dlogo_hover.svg';" onmouseout="this.src='/assets/images/logo/dlogo.svg';" /></a> <ul class="visible-links" id="dynare_masthead_ul"> {%- for link in site.data.navigation.main -%} {%- if link.url contains '://' -%}