mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-03 23:30:09 +05:30
@@ -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 %}
|
||||
{{ article.title }}
|
||||
{% 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">
|
||||
|
||||
Reference in New Issue
Block a user