Skip to content

Commit 14c60ec

Browse files
committed
reformatting links?
1 parent 820a562 commit 14c60ec

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

_includes/bibere/paper.html

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,19 @@
6060
{%- endif -%}
6161
<!-- Links -->
6262
[
63+
<!-- BibTex -->
64+
<details>
65+
<summary>BibTex</summary>
66+
{%- include bibere/bibtex.html pid=include.pid -%}
67+
</details>
68+
<!-- <a class="collapse-clicker" onclick="$('#{{ clean_id }}_bibtex').slideToggle(200)">BibTex</a> ]
69+
<div class="collapse" id="{{ clean_id }}_bibtex">
70+
<div class="panel panel-info">
71+
<pre class="panel-body details-panel">
72+
{%- include bibere/bibtex.html pid=include.pid -%}
73+
</pre>
74+
</div>
75+
</div> -->
6376
{%- if paper.links -%}
6477
{%- for item in paper.links -%}
6578
{% assign link_first_char = item.link | slice:0,1 %}
@@ -70,20 +83,7 @@
7083
{%- endif -%}
7184
{%- endfor -%}
7285
{%- endif -%}
73-
74-
<!-- BibTex -->
75-
<details>
76-
<summary>BibTex</summary>
77-
{%- include bibere/bibtex.html pid=include.pid -%}
78-
</details>
79-
<!-- <a class="collapse-clicker" onclick="$('#{{ clean_id }}_bibtex').slideToggle(200)">BibTex</a> ]
80-
<div class="collapse" id="{{ clean_id }}_bibtex">
81-
<div class="panel panel-info">
82-
<pre class="panel-body details-panel">
83-
{%- include bibere/bibtex.html pid=include.pid -%}
84-
</pre>
85-
</div>
86-
</div> -->
86+
]
8787
</li>
8888
{%- else -%}
8989
<p class="text-danger">Paper with id {{include.pid}} not found!</p>

0 commit comments

Comments
 (0)