Skip to content
Snippets Groups Projects
Commit 8160f5ee authored by Houtan Bastani's avatar Houtan Bastani
Browse files

reference images directly from html

parent 9d9b568d
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -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 '://' -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment