Skip to content

Commit ee5c9a5

Browse files
committed
show the bib file in each paper page
1 parent b1078b8 commit ee5c9a5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

layouts/papers/single.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,15 @@ <h3>Abstract</h3>
1111

1212
{{ .Content }}
1313

14+
{{ if .Params.bib }}
15+
<div class="my-3">
16+
<pre>
17+
<code>
18+
{{ .Params.bib }}
19+
</code>
20+
</pre>
21+
</div>
22+
{{ end }}
23+
24+
1425
{{ end }}

0 commit comments

Comments
 (0)