File diff 000000000000 → 000000000000
themes/bootstrap3/templates/includes/show_source.html
Show inline comments
 
new file 100644
 
{% 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 %}