Skip to content

Commit

Permalink
https links
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Jan 31, 2020
1 parent a1d7b97 commit 8564a75
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h1 class="publication-detail__title">
{% if Element.Kind != 'eoafootnote' %}
<div class="row" 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='http://{{ request.site }}/{{ Element.Publication.Serie }}/{{ Element.Publication.Number }}/{{ Element.Chapter.Order }}/index.html#{{ Element.Order }}'&gt;http://{{ 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>
<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 %}
<button class="icon-bookmark publications-popup-eye" data-content="{% for Indexelement in Element.Indexelements%} {{ Indexelement.Html }} {% endfor %}" title="" rel="popover" data-title="Keywords, Persons and Locations"></button>
{% endif %}
Expand Down

0 comments on commit 8564a75

Please sign in to comment.