Skip to content

Commit 14f9ed0

Browse files
authored
Merge pull request #15 from dasc-lab/style/showbib
show the bib file in each paper page
2 parents b1078b8 + ee5c9a5 commit 14f9ed0

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)