sitolost/pelican-themes/pelican-bootstrap3bis/templates/includes/show_source.html

11 lines
304 B
HTML
Raw Normal View History

2019-10-23 14:37:16 +02:00
{% if SHOW_SOURCE_IN_SECTION %}
{% if article and article.show_source_url %}
<section class="well" id="show-source">
<h4>This Page</h4>
<ul>
<a href="{{ SITEURL }}/{{ article.show_source_url }}">Show source</a>
</ul>
</section>
{% endif %}
{% endif %}