minor changes
This commit is contained in:
parent
e71f5197df
commit
6a6a98fbec
@ -101,10 +101,10 @@
|
|||||||
<li>ISSN: {{ p.issn }}</li>
|
<li>ISSN: {{ p.issn }}</li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if p.read_it_full %}
|
{% if p.read_it_full %}
|
||||||
<li><a href="{{ p.read_it_full }}">Volltext verfügbar</a></li>
|
<li><a href="{{ p.read_it_full }}" target="_blank">Volltext verfügbar</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if p.read_it_partial %}
|
{% if p.read_it_partial %}
|
||||||
<li><a href="{{ p.read_it_partial }}">Leseprobe verfügbar</a></li>
|
<li><a href="{{ p.read_it_partial }}" target="_blank">Leseprobe verfügbar</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if p.link and p.link_text %}
|
{% if p.link and p.link_text %}
|
||||||
<li><a href="{{ p.link }}" target="_blank">{{ p.link_text }}</a></li>
|
<li><a href="{{ p.link }}" target="_blank">{{ p.link_text }}</a></li>
|
||||||
|
|||||||
@ -28,4 +28,10 @@
|
|||||||
</div>
|
</div>
|
||||||
{% endblock content_body %}
|
{% endblock content_body %}
|
||||||
|
|
||||||
|
{% block content_footer %}
|
||||||
|
<footer class="content-footer">
|
||||||
|
<a href="/werke/">← Werke</a>
|
||||||
|
</footer>
|
||||||
|
{% endblock content_footer %}
|
||||||
|
|
||||||
{% endblock content_all %}
|
{% endblock content_all %}
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
<div class="container site-footer" >
|
<div class="container site-footer" >
|
||||||
{% set t = [ pages | map(attribute="modified") | list | max , articles | map(attribute="modified") | list | max ] | max %}
|
{% set t = [ pages | map(attribute="modified") | list | max , articles | map(attribute="modified") | list | max ] | max %}
|
||||||
<p>{{ t.strftime("%Y") }} erstellt mit <a href="https://www.getpelican.com/" target="_blank">Pelican</a> und viel <span class="heart">♥</span> von Tobias Radloff</p>
|
<p>{{ t.strftime("%Y") }} erstellt mit <a href="https://www.getpelican.com/" target="_blank">Pelican</a> und viel <span class="heart">♥</span> von <a href="/ueber-mich/">Tobias Radloff</a></p>
|
||||||
</div>
|
</div>
|
||||||
Loading…
Reference in New Issue
Block a user