added copyriht link under chapatte cartoon

This commit is contained in:
2023-02-26 09:50:42 +01:00
parent b7a8c64333
commit fdcf474bde

View File

@@ -3,10 +3,11 @@
{% block content %}
<div style="padding-left: 140px; padding-right: 140px;">
<h3 align="center">{{ cartoon_title }}</h2>
<p class="text-center">
<h3>{{ cartoon_title }}</h3>
<p class="text-right">
<img src="{{ cartoon_url }}"
class="img_responsive" style="display:inline; width:100%" />
class="img_responsive" style="display:inline; width:100%" /><br>
<a href="https://www.chappatte.com/" target="_blank">© Chappatte</a>
</p>
</div>