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
Houtan Bastani
website
Commits
001ae748
Commit
001ae748
authored
Oct 19, 2018
by
Houtan Bastani
Browse files
‘reversed’ tag of ol not supported by IE
parent
edf491d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
wp/index.md
View file @
001ae748
...
...
@@ -5,16 +5,17 @@ title: Working Papers
# Latest Dynare Working Papers
{% for wp in site.data.wp %}
{% assign
latest
wp = wp.number %}
{% assign wp
n
= wp.number %}
{% break %}
{% endfor %}
<ol
reversed
start=
"{{ latestwp }}"
>
<ol>
{% for wp in site.data.wp limit:5 %}
<li>
<li
value =
"{{ wpn }}"
>
{{ wp.authors }} ({{ wp.year }}), "
<a
href=
"{{ wp.url }}"
>
{{ wp.title }}
</a>
"
{% if wp.source_url %}(
<a
href=
"{{ wp.source_url }}"
>
source
</a>
){% endif %}
{% if wp.data_url %}(
<a
href=
"{{ wp.data_url }}"
>
data
</a>
){% endif %}
{% assign wpn = wpn | minus:1 %}
</li>
{% endfor %}
</ol>
...
...
wp/list.md
View file @
001ae748
...
...
@@ -5,16 +5,17 @@ title: Working Papers
# Dynare Working Papers
{% for wp in site.data.wp %}
{% assign
latest
wp = wp.number %}
{% assign wp
n
= wp.number %}
{% break %}
{% endfor %}
<ol
reversed
start=
"{{ latestwp }}"
>
<ol>
{% for wp in site.data.wp %}
<li>
<li
value =
"{{ wpn }}"
>
{{ wp.authors }} ({{ wp.year }}), "
<a
href=
"{{ wp.url }}"
>
{{ wp.title }}
</a>
"
{% if wp.source_url %}(
<a
href=
"{{ wp.source_url }}"
>
source
</a>
){% endif %}
{% if wp.data_url %}(
<a
href=
"{{ wp.data_url }}"
>
data
</a>
){% endif %}
{% assign wpn = wpn | minus:1 %}
</li>
{% endfor %}
</ol>
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