Skip to content

Commit

Permalink
Trying to add jquery
Browse files Browse the repository at this point in the history
  • Loading branch information
mkstadler committed Nov 23, 2024
1 parent acd0755 commit 0ec036c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 4 additions & 4 deletions _includes/bibere/paper.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
<head>
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
</head>

{%- assign paper = site.data.bibere.papers[include.pid] -%}
{%- if paper -%}
{%- capture clean_id -%}
Expand Down Expand Up @@ -70,10 +74,6 @@
{%- endif -%}
{%- endfor -%}
{%- endif -%}
<!-- &nbsp;<details>
<summary>BibTex]</summary>
{%- include bibere/bibtex.html pid=include.pid -%}
</details> -->
<a class="collapse-clicker" onclick="$('#{{ clean_id }}_bibtex').slideToggle(200)">BibTex</a> ]
<div class="collapse" id="{{ clean_id }}_bibtex">
<div class="panel panel-info">
Expand Down
9 changes: 9 additions & 0 deletions _site/css/group.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0ec036c

Please sign in to comment.