We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23fde9f commit 8842b35Copy full SHA for 8842b35
1 file changed
_pages/publications.md
@@ -10,7 +10,8 @@ toc: true
10
11
{% assign pubs = site.publications | sort: 'date' | reverse %}
12
{% for pub in pubs %}
13
-- **{{ pub.title }}**, {{ pub.venue }} ({{ pub.date | date: "%Y" }})
+- **{{ pub.title }}**, {{ pub.content | markdownify }}
14
+ {{ pub.venue }} ({{ pub.date | date: "%Y" }})
15
<br>
16
{% if pub.link %}<a href="{{ pub.link }}">link</a>{% endif %}
17
{% if pub.doi %} • <a href="https://doi.org/{{ pub.doi }}">doi</a>{% endif %}
0 commit comments