1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 07:40:09 +05:30

licence added

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2021-05-31 17:33:37 +05:30
parent fb6a989044
commit cf60e983c4
2 changed files with 16 additions and 10 deletions
+14 -8
View File
@@ -10,13 +10,7 @@
{% endblock %}
{% block page_header %}
{% if article.link %}
<a href="{{ article.link }}" rel="bookmark">
{% endif %}
{{ article.title }}
{% if article.link %}
<i class="fas fa-link"></i></a>
{% endif %}
{% endblock %}
{% block content %}
@@ -59,9 +53,21 @@
</header>
<div class="content">
{{ article.content }}
<hr>
<p align=center>
This Blog is licensed under <a href="http://creativecommons.org/licenses/by-nc/4.0/?ref=chooser-v1"
target="_blank" rel="license noopener noreferrer">Attribution-NonCommercial 4.0 International<img
style="height:22px!important;margin-left:3px;vertical-align:text-bottom;"
src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1"><img
style="height:22px!important;margin-left:3px;vertical-align:text-bottom;"
src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1"><img
style="height:22px!important;margin-left:3px;vertical-align:text-bottom;"
src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1">
</a>
</p>
{% if article.link %}
<p class="link-button"><a href="{{ article.link }}" rel="bookmark">
<i class="fas fa-link"></i> view link
<p class="link-button"><i class="fas fa-link"></i> <a href="{{ article.link }}" rel="bookmark">
{{ article.link }}
</a></p>
{% endif %}
</div>
@@ -2,7 +2,7 @@
<hr>
<div id="comment-form">
<div class="alert alert-info" role="alert">
Feel free to leave a feedback or questions !
Feel free to leave a feedback or question!
</div>
<form action="{{ FORM_PROPERTIES['action'] }}" target="response" method="POST" id="valid-form">
<div class="form-row align-items-center">