Skip to content

Commit

Permalink
Merge pull request #15 from dasc-lab/style/showbib
Browse files Browse the repository at this point in the history
show the bib file in each paper page
  • Loading branch information
dev10110 authored Sep 23, 2024
2 parents b1078b8 + ee5c9a5 commit 14f9ed0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions layouts/papers/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,15 @@ <h3>Abstract</h3>

{{ .Content }}

{{ if .Params.bib }}
<div class="my-3">
<pre>
<code>
{{ .Params.bib }}
</code>
</pre>
</div>
{{ end }}


{{ end }}

0 comments on commit 14f9ed0

Please sign in to comment.