Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Dynare
website
Commits
8160f5ee
Commit
8160f5ee
authored
Oct 18, 2018
by
Houtan Bastani
Browse files
reference images directly from html
parent
9d9b568d
Changes
2
Hide whitespace changes
Inline
Side-by-side
_config.yml
View file @
8160f5ee
...
@@ -21,8 +21,6 @@ dynare_stable_version : "4.5.6"
...
@@ -21,8 +21,6 @@ dynare_stable_version : "4.5.6"
locale
:
"
en-US"
locale
:
"
en-US"
title
:
"
Dynare"
title
:
"
Dynare"
title_separator
:
"
|"
title_separator
:
"
|"
logo
:
/assets/images/logo/dlogo.svg
favicon
:
/assets/images/logo/dlogo_hover.svg
name
:
"
Dynare"
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"
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"
url
:
"
https://www.dynare.org/"
# the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
...
...
_includes/masthead.html
View file @
8160f5ee
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
class=
"masthead__inner-wrap"
>
<div
class=
"masthead__inner-wrap"
>
<div
class=
"masthead__menu"
>
<div
class=
"masthead__menu"
>
<nav
id=
"site-nav"
class=
"greedy-nav"
>
<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"
>
<ul
class=
"visible-links"
id=
"dynare_masthead_ul"
>
{%- for link in site.data.navigation.main -%}
{%- for link in site.data.navigation.main -%}
{%- if link.url contains '://' -%}
{%- if link.url contains '://' -%}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment