Skip to content

Commit

Permalink
footer: adds documentation link
Browse files Browse the repository at this point in the history
* footer: adds documentation link

* landingpage: disable jump btn
  • Loading branch information
mb-wali authored Mar 23, 2021
1 parent 39c1923 commit f81ca88
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,10 @@

<h2>{{_ ("Repository")}}</h2>
<p class="bodytext">
<a href="https://tu-graz-library.github.io/docs-repository" title="Repository documentation" target="_blank">
{{_ ("Documentation")}} <i class="external alternate icon"></i>
</a>
<br>
<!-- <a href="{{ url_for('invenio_theme_tugraz.comingsoon') }}">
{{_ ("Impressum")}}<i class="angle right icon"></i>
</a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ <h1>{{ metadata.title }}</h1>
</div>
</div>
{%- endblock record_footer -%}
{%- block jump -%}
<!-- {%- block jump -%}
<div class="ui grid">
<div class="centered row" id="jump-btn">
<a style="cursor: pointer;">
Expand All @@ -107,7 +107,7 @@ <h1>{{ metadata.title }}</h1>
</a>
</div>
</div>
{%- endblock jump -%}
{%- endblock jump -%} -->
{%- endblock record_body %}
</div>
<div class="five wide column">
Expand Down

0 comments on commit f81ca88

Please sign in to comment.