~linuxgoose/bocpress

ref: 6ed45057c9f060d7715c485f1840a2dd2aad494c bocpress/main/templates/partials/rsl_license_head.html -rw-r--r-- 285 bytes
6ed45057Jordan Robinson release 1.3.6 8 days ago
                                                                                
1
2
3
4
5
6
7
{% if blog_user.reallysimplelicensing.license and blog_user.reallysimplelicensing.show_webpage %}
<link rel="license" type="application/rsl+xml" href="{{ license_url }}">

<script type="application/rsl+xml">
    {{ blog_user.reallysimplelicensing.license|safe }}
</script>
{% endif %}