Skip to content

Commit 0fde763

Browse files
committed
revert
1 parent ad3bd32 commit 0fde763

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

_pages/publications.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,8 @@ nav_order: 1
1313

1414
{% include bib_search.liquid %}
1515

16-
<style>
17-
.publications {
18-
counter-reset: pub-number;
19-
}
16+
<div class="publications">
2017

21-
.publications li::before {
22-
counter-increment: pub-number;
23-
content: counter(pub-number) ". ";
24-
display: inline-block;
25-
margin-right: 0.5em;
26-
}
27-
</style>
18+
{% bibliography %}
2819

29-
<div class="publications">
30-
{% bibliography --sort_by year --order ascending %}
3120
</div>

0 commit comments

Comments
 (0)