mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
added mail and copyright
This commit is contained in:
@@ -18,7 +18,6 @@
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
</ul>
|
||||
<p class="col-sm-6 text-sm-right text-muted">
|
||||
© 2018-2021 <a href="https://github.com/avinal" target="_blank">Avinal Kumar</a>
|
||||
<p class="col-sm-6 text-sm-right text-muted"><i class="fa fa-copyright"></i> 2018-2021 <a href="https://github.com/avinal" target="_blank">Avinal Kumar</a>
|
||||
</p>
|
||||
</div>
|
||||
@@ -43,6 +43,9 @@ fab fa-{{icon}}
|
||||
{% endif %}
|
||||
<li class="list-inline-item"><a class="{{ fa(icon) }}" href="{{ url(link) }}" target="_blank"></a></li>
|
||||
{% endfor %}
|
||||
{% if MAIL %}
|
||||
<li class="list-inline-item"><a class="fa fa-envelope" href="mailto:{{ MAIL }}" target="_blank"></a></li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
{% endif %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user