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
cb4915db
Verified
Commit
cb4915db
authored
Feb 06, 2020
by
Sébastien Villemot
Browse files
Enclose paper titles within typographic quotes
parent
2a3be112
Changes
1
Hide whitespace changes
Inline
Side-by-side
wp/index.md
View file @
cb4915db
...
...
@@ -12,7 +12,7 @@ title: Working Papers
<ol>
{% for wp in site.data.wp limit:5 %}
<li
value =
"{{ wpn }}"
>
{{ wp.authors }} ({{ wp.year }}),
"
<a
href=
"{{ wp.url }}"
>
{{ wp.title }}
</a>
"
{{ 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 %}
...
...
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