Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add code for info box
  • Loading branch information
kthoden committed Sep 4, 2020
1 parent a89d22a commit afe5ced
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -124,7 +124,7 @@ <h2>Chapter structure</h2></a>
{% if Listofelements %}
{% for Element in Listofelements %}
{% if Element.Kind != 'eoafootnote' %}
<div class="row" id="{{ Element.Order }}">
<div class="row {% if Element.Boxed %}boxed {% endif %}" id="{{ Element.Order }}">
<div class="flags">
<button class="icon-bookmark publications-popup" data-content="If you want to directly link to this paragraph in the text, you can use the following URL:&lt;br/&gt; &lt;a href='https://{{ request.site }}/{{ Element.Publication.Serie }}/{{ Element.Publication.Number }}/{{ Element.Chapter.Order }}/index.html#{{ Element.Order }}'&gt;https://{{ request.site }}/{{ Element.Publication.Serie }}/{{ Element.Publication.Number }}/{{ Element.Chapter.Order }}/index.html#{{ Element.Order }}&lt;/a&gt; " title="" rel="popover" data-title="Permanent Link"></button>
{% if Element.Indexelements %}
Expand Down

0 comments on commit afe5ced

Please sign in to comment.